Uses of Interface
software.amazon.awssdk.services.ec2.model.DescribeFastSnapshotRestoresRequest.Builder
-
Packages that use DescribeFastSnapshotRestoresRequest.Builder Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud software.amazon.awssdk.services.ec2.model -
-
Uses of DescribeFastSnapshotRestoresRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type DescribeFastSnapshotRestoresRequest.Builder Modifier and Type Method Description default CompletableFuture<DescribeFastSnapshotRestoresResponse>Ec2AsyncClient. describeFastSnapshotRestores(Consumer<DescribeFastSnapshotRestoresRequest.Builder> describeFastSnapshotRestoresRequest)Describes the state of fast snapshot restores for your snapshots.default DescribeFastSnapshotRestoresResponseEc2Client. describeFastSnapshotRestores(Consumer<DescribeFastSnapshotRestoresRequest.Builder> describeFastSnapshotRestoresRequest)Describes the state of fast snapshot restores for your snapshots.default DescribeFastSnapshotRestoresPublisherEc2AsyncClient. describeFastSnapshotRestoresPaginator(Consumer<DescribeFastSnapshotRestoresRequest.Builder> describeFastSnapshotRestoresRequest)Describes the state of fast snapshot restores for your snapshots.default DescribeFastSnapshotRestoresIterableEc2Client. describeFastSnapshotRestoresPaginator(Consumer<DescribeFastSnapshotRestoresRequest.Builder> describeFastSnapshotRestoresRequest)Describes the state of fast snapshot restores for your snapshots. -
Uses of DescribeFastSnapshotRestoresRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return DescribeFastSnapshotRestoresRequest.Builder Modifier and Type Method Description static DescribeFastSnapshotRestoresRequest.BuilderDescribeFastSnapshotRestoresRequest. builder()DescribeFastSnapshotRestoresRequest.BuilderDescribeFastSnapshotRestoresRequest.Builder. dryRun(Boolean dryRun)Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.DescribeFastSnapshotRestoresRequest.BuilderDescribeFastSnapshotRestoresRequest.Builder. filters(Collection<Filter> filters)The filters.DescribeFastSnapshotRestoresRequest.BuilderDescribeFastSnapshotRestoresRequest.Builder. filters(Consumer<Filter.Builder>... filters)The filters.DescribeFastSnapshotRestoresRequest.BuilderDescribeFastSnapshotRestoresRequest.Builder. filters(Filter... filters)The filters.DescribeFastSnapshotRestoresRequest.BuilderDescribeFastSnapshotRestoresRequest.Builder. maxResults(Integer maxResults)The maximum number of items to return for this request.DescribeFastSnapshotRestoresRequest.BuilderDescribeFastSnapshotRestoresRequest.Builder. nextToken(String nextToken)The token returned from a previous paginated request.DescribeFastSnapshotRestoresRequest.BuilderDescribeFastSnapshotRestoresRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeFastSnapshotRestoresRequest.BuilderDescribeFastSnapshotRestoresRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeFastSnapshotRestoresRequest.BuilderDescribeFastSnapshotRestoresRequest. toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type DescribeFastSnapshotRestoresRequest.Builder Modifier and Type Method Description static Class<? extends DescribeFastSnapshotRestoresRequest.Builder>DescribeFastSnapshotRestoresRequest. serializableBuilderClass()
-