Uses of Class
software.amazon.awssdk.services.ec2.model.DescribeSnapshotsRequest
-
Packages that use DescribeSnapshotsRequest Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud software.amazon.awssdk.services.ec2.paginators software.amazon.awssdk.services.ec2.transform software.amazon.awssdk.services.ec2.waiters -
-
Uses of DescribeSnapshotsRequest in software.amazon.awssdk.services.ec2
-
Uses of DescribeSnapshotsRequest in software.amazon.awssdk.services.ec2.paginators
Constructors in software.amazon.awssdk.services.ec2.paginators with parameters of type DescribeSnapshotsRequest Constructor Description DescribeSnapshotsIterable(Ec2Client client, DescribeSnapshotsRequest firstRequest)DescribeSnapshotsPublisher(Ec2AsyncClient client, DescribeSnapshotsRequest firstRequest) -
Uses of DescribeSnapshotsRequest in software.amazon.awssdk.services.ec2.transform
Methods in software.amazon.awssdk.services.ec2.transform with parameters of type DescribeSnapshotsRequest Modifier and Type Method Description SdkHttpFullRequestDescribeSnapshotsRequestMarshaller. marshall(DescribeSnapshotsRequest describeSnapshotsRequest) -
Uses of DescribeSnapshotsRequest in software.amazon.awssdk.services.ec2.waiters
Methods in software.amazon.awssdk.services.ec2.waiters with parameters of type DescribeSnapshotsRequest Modifier and Type Method Description default CompletableFuture<WaiterResponse<DescribeSnapshotsResponse>>Ec2AsyncWaiter. waitUntilSnapshotCompleted(DescribeSnapshotsRequest describeSnapshotsRequest)PollsEc2AsyncClient.describeSnapshots(software.amazon.awssdk.services.ec2.model.DescribeSnapshotsRequest)API until the desired conditionSnapshotCompletedis met, or until it is determined that the resource will never enter into the desired statedefault CompletableFuture<WaiterResponse<DescribeSnapshotsResponse>>Ec2AsyncWaiter. waitUntilSnapshotCompleted(DescribeSnapshotsRequest describeSnapshotsRequest, WaiterOverrideConfiguration overrideConfig)PollsEc2AsyncClient.describeSnapshots(software.amazon.awssdk.services.ec2.model.DescribeSnapshotsRequest)API until the desired conditionSnapshotCompletedis met, or until it is determined that the resource will never enter into the desired statedefault WaiterResponse<DescribeSnapshotsResponse>Ec2Waiter. waitUntilSnapshotCompleted(DescribeSnapshotsRequest describeSnapshotsRequest)PollsEc2Client.describeSnapshots(software.amazon.awssdk.services.ec2.model.DescribeSnapshotsRequest)API until the desired conditionSnapshotCompletedis met, or until it is determined that the resource will never enter into the desired statedefault WaiterResponse<DescribeSnapshotsResponse>Ec2Waiter. waitUntilSnapshotCompleted(DescribeSnapshotsRequest describeSnapshotsRequest, WaiterOverrideConfiguration overrideConfig)PollsEc2Client.describeSnapshots(software.amazon.awssdk.services.ec2.model.DescribeSnapshotsRequest)API until the desired conditionSnapshotCompletedis met, or until it is determined that the resource will never enter into the desired state
-