Uses of Class
com.amazonaws.services.ec2.model.DescribeSnapshotsRequest
Packages that use DescribeSnapshotsRequest
-
Uses of DescribeSnapshotsRequest in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 with parameters of type DescribeSnapshotsRequestModifier and TypeMethodDescriptionAbstractAmazonEC2.describeSnapshots(DescribeSnapshotsRequest request) AmazonEC2.describeSnapshots(DescribeSnapshotsRequest describeSnapshotsRequest) Describes one or more of the EBS snapshots available to you.AmazonEC2Client.describeSnapshots(DescribeSnapshotsRequest describeSnapshotsRequest) Describes one or more of the EBS snapshots available to you.AbstractAmazonEC2Async.describeSnapshotsAsync(DescribeSnapshotsRequest request) AbstractAmazonEC2Async.describeSnapshotsAsync(DescribeSnapshotsRequest request, AsyncHandler<DescribeSnapshotsRequest, DescribeSnapshotsResult> asyncHandler) AmazonEC2Async.describeSnapshotsAsync(DescribeSnapshotsRequest describeSnapshotsRequest) Describes one or more of the EBS snapshots available to you.AmazonEC2Async.describeSnapshotsAsync(DescribeSnapshotsRequest describeSnapshotsRequest, AsyncHandler<DescribeSnapshotsRequest, DescribeSnapshotsResult> asyncHandler) Describes one or more of the EBS snapshots available to you.AmazonEC2AsyncClient.describeSnapshotsAsync(DescribeSnapshotsRequest request) AmazonEC2AsyncClient.describeSnapshotsAsync(DescribeSnapshotsRequest request, AsyncHandler<DescribeSnapshotsRequest, DescribeSnapshotsResult> asyncHandler) Method parameters in com.amazonaws.services.ec2 with type arguments of type DescribeSnapshotsRequestModifier and TypeMethodDescriptionAbstractAmazonEC2Async.describeSnapshotsAsync(AsyncHandler<DescribeSnapshotsRequest, DescribeSnapshotsResult> asyncHandler) Simplified method form for invoking the DescribeSnapshots operation with an AsyncHandler.AbstractAmazonEC2Async.describeSnapshotsAsync(DescribeSnapshotsRequest request, AsyncHandler<DescribeSnapshotsRequest, DescribeSnapshotsResult> asyncHandler) AmazonEC2Async.describeSnapshotsAsync(AsyncHandler<DescribeSnapshotsRequest, DescribeSnapshotsResult> asyncHandler) Simplified method form for invoking the DescribeSnapshots operation with an AsyncHandler.AmazonEC2Async.describeSnapshotsAsync(DescribeSnapshotsRequest describeSnapshotsRequest, AsyncHandler<DescribeSnapshotsRequest, DescribeSnapshotsResult> asyncHandler) Describes one or more of the EBS snapshots available to you.AmazonEC2AsyncClient.describeSnapshotsAsync(AsyncHandler<DescribeSnapshotsRequest, DescribeSnapshotsResult> asyncHandler) Simplified method form for invoking the DescribeSnapshots operation with an AsyncHandler.AmazonEC2AsyncClient.describeSnapshotsAsync(DescribeSnapshotsRequest request, AsyncHandler<DescribeSnapshotsRequest, DescribeSnapshotsResult> asyncHandler) -
Uses of DescribeSnapshotsRequest in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return DescribeSnapshotsRequestModifier and TypeMethodDescriptionDescribeSnapshotsRequest.clone()DescribeSnapshotsRequest.withFilters(Filter... filters) One or more filters.DescribeSnapshotsRequest.withFilters(Collection<Filter> filters) One or more filters.DescribeSnapshotsRequest.withMaxResults(Integer maxResults) The maximum number of snapshot results returned byDescribeSnapshotsin paginated output.DescribeSnapshotsRequest.withNextToken(String nextToken) TheNextTokenvalue returned from a previous paginatedDescribeSnapshotsrequest whereMaxResultswas used and the results exceeded the value of that parameter.DescribeSnapshotsRequest.withOwnerIds(String... ownerIds) Returns the snapshots owned by the specified owner.DescribeSnapshotsRequest.withOwnerIds(Collection<String> ownerIds) Returns the snapshots owned by the specified owner.DescribeSnapshotsRequest.withRestorableByUserIds(String... restorableByUserIds) One or more AWS accounts IDs that can create volumes from the snapshot.DescribeSnapshotsRequest.withRestorableByUserIds(Collection<String> restorableByUserIds) One or more AWS accounts IDs that can create volumes from the snapshot.DescribeSnapshotsRequest.withSnapshotIds(String... snapshotIds) One or more snapshot IDs.DescribeSnapshotsRequest.withSnapshotIds(Collection<String> snapshotIds) One or more snapshot IDs.Methods in com.amazonaws.services.ec2.model that return types with arguments of type DescribeSnapshotsRequestModifier and TypeMethodDescriptionDescribeSnapshotsRequest.getDryRunRequest()This method is intended for internal use only.