Uses of Interface
software.amazon.awssdk.services.ec2.model.ListSnapshotsInRecycleBinRequest.Builder
Packages that use ListSnapshotsInRecycleBinRequest.Builder
Package
Description
-
Uses of ListSnapshotsInRecycleBinRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type ListSnapshotsInRecycleBinRequest.BuilderModifier and TypeMethodDescriptionEc2AsyncClient.listSnapshotsInRecycleBin(Consumer<ListSnapshotsInRecycleBinRequest.Builder> listSnapshotsInRecycleBinRequest) Lists one or more snapshots that are currently in the Recycle Bin.Ec2Client.listSnapshotsInRecycleBin(Consumer<ListSnapshotsInRecycleBinRequest.Builder> listSnapshotsInRecycleBinRequest) Lists one or more snapshots that are currently in the Recycle Bin.Ec2AsyncClient.listSnapshotsInRecycleBinPaginator(Consumer<ListSnapshotsInRecycleBinRequest.Builder> listSnapshotsInRecycleBinRequest) This is a variant ofEc2AsyncClient.listSnapshotsInRecycleBin(software.amazon.awssdk.services.ec2.model.ListSnapshotsInRecycleBinRequest)operation.Ec2Client.listSnapshotsInRecycleBinPaginator(Consumer<ListSnapshotsInRecycleBinRequest.Builder> listSnapshotsInRecycleBinRequest) This is a variant ofEc2Client.listSnapshotsInRecycleBin(software.amazon.awssdk.services.ec2.model.ListSnapshotsInRecycleBinRequest)operation. -
Uses of ListSnapshotsInRecycleBinRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return ListSnapshotsInRecycleBinRequest.BuilderModifier and TypeMethodDescriptionListSnapshotsInRecycleBinRequest.builder()Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.ListSnapshotsInRecycleBinRequest.Builder.maxResults(Integer maxResults) The maximum number of items to return for this request.The token returned from a previous paginated request.ListSnapshotsInRecycleBinRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ListSnapshotsInRecycleBinRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) ListSnapshotsInRecycleBinRequest.Builder.snapshotIds(String... snapshotIds) The IDs of the snapshots to list.ListSnapshotsInRecycleBinRequest.Builder.snapshotIds(Collection<String> snapshotIds) The IDs of the snapshots to list.ListSnapshotsInRecycleBinRequest.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type ListSnapshotsInRecycleBinRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListSnapshotsInRecycleBinRequest.Builder>ListSnapshotsInRecycleBinRequest.serializableBuilderClass()