Uses of Interface
software.amazon.awssdk.services.ec2.model.DescribeSnapshotsRequest.Builder
Packages that use DescribeSnapshotsRequest.Builder
Package
Description
-
Uses of DescribeSnapshotsRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type DescribeSnapshotsRequest.BuilderModifier and TypeMethodDescriptionEc2AsyncClient.describeSnapshots(Consumer<DescribeSnapshotsRequest.Builder> describeSnapshotsRequest) Describes the specified EBS snapshots available to you or all of the EBS snapshots available to you.default DescribeSnapshotsResponseEc2Client.describeSnapshots(Consumer<DescribeSnapshotsRequest.Builder> describeSnapshotsRequest) Describes the specified EBS snapshots available to you or all of the EBS snapshots available to you.default DescribeSnapshotsPublisherEc2AsyncClient.describeSnapshotsPaginator(Consumer<DescribeSnapshotsRequest.Builder> describeSnapshotsRequest) This is a variant ofEc2AsyncClient.describeSnapshots(software.amazon.awssdk.services.ec2.model.DescribeSnapshotsRequest)operation.default DescribeSnapshotsIterableEc2Client.describeSnapshotsPaginator(Consumer<DescribeSnapshotsRequest.Builder> describeSnapshotsRequest) This is a variant ofEc2Client.describeSnapshots(software.amazon.awssdk.services.ec2.model.DescribeSnapshotsRequest)operation. -
Uses of DescribeSnapshotsRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return DescribeSnapshotsRequest.BuilderModifier and TypeMethodDescriptionDescribeSnapshotsRequest.builder()Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.DescribeSnapshotsRequest.Builder.filters(Collection<Filter> filters) The filters.DescribeSnapshotsRequest.Builder.filters(Consumer<Filter.Builder>... filters) The filters.The filters.DescribeSnapshotsRequest.Builder.maxResults(Integer maxResults) The maximum number of items to return for this request.The token returned from a previous paginated request.DescribeSnapshotsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) DescribeSnapshotsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Scopes the results to snapshots with the specified owners.DescribeSnapshotsRequest.Builder.ownerIds(Collection<String> ownerIds) Scopes the results to snapshots with the specified owners.DescribeSnapshotsRequest.Builder.restorableByUserIds(String... restorableByUserIds) The IDs of the Amazon Web Services accounts that can create volumes from the snapshot.DescribeSnapshotsRequest.Builder.restorableByUserIds(Collection<String> restorableByUserIds) The IDs of the Amazon Web Services accounts that can create volumes from the snapshot.DescribeSnapshotsRequest.Builder.snapshotIds(String... snapshotIds) The snapshot IDs.DescribeSnapshotsRequest.Builder.snapshotIds(Collection<String> snapshotIds) The snapshot IDs.DescribeSnapshotsRequest.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type DescribeSnapshotsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DescribeSnapshotsRequest.Builder>DescribeSnapshotsRequest.serializableBuilderClass() -
Uses of DescribeSnapshotsRequest.Builder in software.amazon.awssdk.services.ec2.waiters
Method parameters in software.amazon.awssdk.services.ec2.waiters with type arguments of type DescribeSnapshotsRequest.BuilderModifier and TypeMethodDescriptionEc2AsyncWaiter.waitUntilSnapshotCompleted(Consumer<DescribeSnapshotsRequest.Builder> 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 state.Ec2AsyncWaiter.waitUntilSnapshotCompleted(Consumer<DescribeSnapshotsRequest.Builder> describeSnapshotsRequest, Consumer<WaiterOverrideConfiguration.Builder> 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 state.default WaiterResponse<DescribeSnapshotsResponse>Ec2Waiter.waitUntilSnapshotCompleted(Consumer<DescribeSnapshotsRequest.Builder> 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 state.default WaiterResponse<DescribeSnapshotsResponse>Ec2Waiter.waitUntilSnapshotCompleted(Consumer<DescribeSnapshotsRequest.Builder> describeSnapshotsRequest, Consumer<WaiterOverrideConfiguration.Builder> 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.