Uses of Class
com.amazonaws.services.ec2.model.DescribeSnapshotsResult
Packages that use DescribeSnapshotsResult
-
Uses of DescribeSnapshotsResult in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 that return DescribeSnapshotsResultModifier and TypeMethodDescriptionAbstractAmazonEC2.describeSnapshots()AbstractAmazonEC2.describeSnapshots(DescribeSnapshotsRequest request) AmazonEC2.describeSnapshots()Simplified method form for invoking the DescribeSnapshots operation.AmazonEC2.describeSnapshots(DescribeSnapshotsRequest describeSnapshotsRequest) Describes one or more of the EBS snapshots available to you.AmazonEC2Client.describeSnapshots()AmazonEC2Client.describeSnapshots(DescribeSnapshotsRequest describeSnapshotsRequest) Describes one or more of the EBS snapshots available to you.Methods in com.amazonaws.services.ec2 that return types with arguments of type DescribeSnapshotsResultModifier and TypeMethodDescriptionAbstractAmazonEC2Async.describeSnapshotsAsync()Simplified method form for invoking the DescribeSnapshots operation.AbstractAmazonEC2Async.describeSnapshotsAsync(AsyncHandler<DescribeSnapshotsRequest, DescribeSnapshotsResult> asyncHandler) Simplified method form for invoking the DescribeSnapshots operation with an AsyncHandler.AbstractAmazonEC2Async.describeSnapshotsAsync(DescribeSnapshotsRequest request) AbstractAmazonEC2Async.describeSnapshotsAsync(DescribeSnapshotsRequest request, AsyncHandler<DescribeSnapshotsRequest, DescribeSnapshotsResult> asyncHandler) AmazonEC2Async.describeSnapshotsAsync()Simplified method form for invoking the DescribeSnapshots operation.AmazonEC2Async.describeSnapshotsAsync(AsyncHandler<DescribeSnapshotsRequest, DescribeSnapshotsResult> asyncHandler) Simplified method form for invoking the DescribeSnapshots operation with an 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()Simplified method form for invoking the DescribeSnapshots operation.AmazonEC2AsyncClient.describeSnapshotsAsync(AsyncHandler<DescribeSnapshotsRequest, DescribeSnapshotsResult> asyncHandler) Simplified method form for invoking the DescribeSnapshots operation with an AsyncHandler.AmazonEC2AsyncClient.describeSnapshotsAsync(DescribeSnapshotsRequest request) AmazonEC2AsyncClient.describeSnapshotsAsync(DescribeSnapshotsRequest request, AsyncHandler<DescribeSnapshotsRequest, DescribeSnapshotsResult> asyncHandler) Method parameters in com.amazonaws.services.ec2 with type arguments of type DescribeSnapshotsResultModifier 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 DescribeSnapshotsResult in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return DescribeSnapshotsResultModifier and TypeMethodDescriptionDescribeSnapshotsResult.clone()DescribeSnapshotsResult.withNextToken(String nextToken) TheNextTokenvalue to include in a futureDescribeSnapshotsrequest.DescribeSnapshotsResult.withSnapshots(Snapshot... snapshots) Information about the snapshots.DescribeSnapshotsResult.withSnapshots(Collection<Snapshot> snapshots) Information about the snapshots.