Uses of Interface
software.amazon.awssdk.services.lightsail.model.GetDiskSnapshotsRequest.Builder
-
Packages that use GetDiskSnapshotsRequest.Builder Package Description software.amazon.awssdk.services.lightsail Amazon Lightsail is the easiest way to get started with Amazon Web Services (Amazon Web Services) for developers who need to build websites or web applications.software.amazon.awssdk.services.lightsail.model -
-
Uses of GetDiskSnapshotsRequest.Builder in software.amazon.awssdk.services.lightsail
Method parameters in software.amazon.awssdk.services.lightsail with type arguments of type GetDiskSnapshotsRequest.Builder Modifier and Type Method Description default CompletableFuture<GetDiskSnapshotsResponse>LightsailAsyncClient. getDiskSnapshots(Consumer<GetDiskSnapshotsRequest.Builder> getDiskSnapshotsRequest)Returns information about all block storage disk snapshots in your AWS account and region.default GetDiskSnapshotsResponseLightsailClient. getDiskSnapshots(Consumer<GetDiskSnapshotsRequest.Builder> getDiskSnapshotsRequest)Returns information about all block storage disk snapshots in your AWS account and region. -
Uses of GetDiskSnapshotsRequest.Builder in software.amazon.awssdk.services.lightsail.model
Methods in software.amazon.awssdk.services.lightsail.model that return GetDiskSnapshotsRequest.Builder Modifier and Type Method Description static GetDiskSnapshotsRequest.BuilderGetDiskSnapshotsRequest. builder()GetDiskSnapshotsRequest.BuilderGetDiskSnapshotsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetDiskSnapshotsRequest.BuilderGetDiskSnapshotsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetDiskSnapshotsRequest.BuilderGetDiskSnapshotsRequest.Builder. pageToken(String pageToken)The token to advance to the next page of results from your request.GetDiskSnapshotsRequest.BuilderGetDiskSnapshotsRequest. toBuilder()Methods in software.amazon.awssdk.services.lightsail.model that return types with arguments of type GetDiskSnapshotsRequest.Builder Modifier and Type Method Description static Class<? extends GetDiskSnapshotsRequest.Builder>GetDiskSnapshotsRequest. serializableBuilderClass()
-