Uses of Class
software.amazon.awssdk.services.lightsail.model.UpdateInstanceMetadataOptionsResponse
-
Packages that use UpdateInstanceMetadataOptionsResponse 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 UpdateInstanceMetadataOptionsResponse in software.amazon.awssdk.services.lightsail
Methods in software.amazon.awssdk.services.lightsail that return UpdateInstanceMetadataOptionsResponse Modifier and Type Method Description default UpdateInstanceMetadataOptionsResponseLightsailClient. updateInstanceMetadataOptions(Consumer<UpdateInstanceMetadataOptionsRequest.Builder> updateInstanceMetadataOptionsRequest)Modifies the Amazon Lightsail instance metadata parameters on a running or stopped instance.default UpdateInstanceMetadataOptionsResponseLightsailClient. updateInstanceMetadataOptions(UpdateInstanceMetadataOptionsRequest updateInstanceMetadataOptionsRequest)Modifies the Amazon Lightsail instance metadata parameters on a running or stopped instance.Methods in software.amazon.awssdk.services.lightsail that return types with arguments of type UpdateInstanceMetadataOptionsResponse Modifier and Type Method Description default CompletableFuture<UpdateInstanceMetadataOptionsResponse>LightsailAsyncClient. updateInstanceMetadataOptions(Consumer<UpdateInstanceMetadataOptionsRequest.Builder> updateInstanceMetadataOptionsRequest)Modifies the Amazon Lightsail instance metadata parameters on a running or stopped instance.default CompletableFuture<UpdateInstanceMetadataOptionsResponse>LightsailAsyncClient. updateInstanceMetadataOptions(UpdateInstanceMetadataOptionsRequest updateInstanceMetadataOptionsRequest)Modifies the Amazon Lightsail instance metadata parameters on a running or stopped instance.
-