Uses of Class
software.amazon.awssdk.services.lightsail.model.CreateDiskResponse
-
Packages that use CreateDiskResponse 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. -
-
Uses of CreateDiskResponse in software.amazon.awssdk.services.lightsail
Methods in software.amazon.awssdk.services.lightsail that return CreateDiskResponse Modifier and Type Method Description default CreateDiskResponseLightsailClient. createDisk(Consumer<CreateDiskRequest.Builder> createDiskRequest)Creates a block storage disk that can be attached to an Amazon Lightsail instance in the same Availability Zone (us-east-2a).default CreateDiskResponseLightsailClient. createDisk(CreateDiskRequest createDiskRequest)Creates a block storage disk that can be attached to an Amazon Lightsail instance in the same Availability Zone (us-east-2a).Methods in software.amazon.awssdk.services.lightsail that return types with arguments of type CreateDiskResponse Modifier and Type Method Description default CompletableFuture<CreateDiskResponse>LightsailAsyncClient. createDisk(Consumer<CreateDiskRequest.Builder> createDiskRequest)Creates a block storage disk that can be attached to an Amazon Lightsail instance in the same Availability Zone (us-east-2a).default CompletableFuture<CreateDiskResponse>LightsailAsyncClient. createDisk(CreateDiskRequest createDiskRequest)Creates a block storage disk that can be attached to an Amazon Lightsail instance in the same Availability Zone (us-east-2a).
-