Uses of Interface
software.amazon.awssdk.services.ec2.model.ListSnapshotsInRecycleBinRequest.Builder
-
Packages that use ListSnapshotsInRecycleBinRequest.Builder Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud software.amazon.awssdk.services.ec2.model -
-
Uses of ListSnapshotsInRecycleBinRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type ListSnapshotsInRecycleBinRequest.Builder Modifier and Type Method Description default CompletableFuture<ListSnapshotsInRecycleBinResponse>Ec2AsyncClient. listSnapshotsInRecycleBin(Consumer<ListSnapshotsInRecycleBinRequest.Builder> listSnapshotsInRecycleBinRequest)Lists one or more snapshots that are currently in the Recycle Bin.default ListSnapshotsInRecycleBinResponseEc2Client. listSnapshotsInRecycleBin(Consumer<ListSnapshotsInRecycleBinRequest.Builder> listSnapshotsInRecycleBinRequest)Lists one or more snapshots that are currently in the Recycle Bin.default ListSnapshotsInRecycleBinPublisherEc2AsyncClient. listSnapshotsInRecycleBinPaginator(Consumer<ListSnapshotsInRecycleBinRequest.Builder> listSnapshotsInRecycleBinRequest)Lists one or more snapshots that are currently in the Recycle Bin.default ListSnapshotsInRecycleBinIterableEc2Client. listSnapshotsInRecycleBinPaginator(Consumer<ListSnapshotsInRecycleBinRequest.Builder> listSnapshotsInRecycleBinRequest)Lists one or more snapshots that are currently in the Recycle Bin. -
Uses of ListSnapshotsInRecycleBinRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return ListSnapshotsInRecycleBinRequest.Builder Modifier and Type Method Description static ListSnapshotsInRecycleBinRequest.BuilderListSnapshotsInRecycleBinRequest. builder()ListSnapshotsInRecycleBinRequest.BuilderListSnapshotsInRecycleBinRequest.Builder. dryRun(Boolean dryRun)Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.ListSnapshotsInRecycleBinRequest.BuilderListSnapshotsInRecycleBinRequest.Builder. maxResults(Integer maxResults)The maximum number of items to return for this request.ListSnapshotsInRecycleBinRequest.BuilderListSnapshotsInRecycleBinRequest.Builder. nextToken(String nextToken)The token returned from a previous paginated request.ListSnapshotsInRecycleBinRequest.BuilderListSnapshotsInRecycleBinRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListSnapshotsInRecycleBinRequest.BuilderListSnapshotsInRecycleBinRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListSnapshotsInRecycleBinRequest.BuilderListSnapshotsInRecycleBinRequest.Builder. snapshotIds(String... snapshotIds)The IDs of the snapshots to list.ListSnapshotsInRecycleBinRequest.BuilderListSnapshotsInRecycleBinRequest.Builder. snapshotIds(Collection<String> snapshotIds)The IDs of the snapshots to list.ListSnapshotsInRecycleBinRequest.BuilderListSnapshotsInRecycleBinRequest. toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type ListSnapshotsInRecycleBinRequest.Builder Modifier and Type Method Description static Class<? extends ListSnapshotsInRecycleBinRequest.Builder>ListSnapshotsInRecycleBinRequest. serializableBuilderClass()
-