Uses of Class
software.amazon.awssdk.services.opsworks.model.DeleteInstanceRequest
-
Packages that use DeleteInstanceRequest Package Description software.amazon.awssdk.services.opsworks AWS OpsWorks software.amazon.awssdk.services.opsworks.transform -
-
Uses of DeleteInstanceRequest in software.amazon.awssdk.services.opsworks
Methods in software.amazon.awssdk.services.opsworks with parameters of type DeleteInstanceRequest Modifier and Type Method Description default CompletableFuture<DeleteInstanceResponse>OpsWorksAsyncClient. deleteInstance(DeleteInstanceRequest deleteInstanceRequest)Deletes a specified instance, which terminates the associated Amazon EC2 instance.default DeleteInstanceResponseOpsWorksClient. deleteInstance(DeleteInstanceRequest deleteInstanceRequest)Deletes a specified instance, which terminates the associated Amazon EC2 instance. -
Uses of DeleteInstanceRequest in software.amazon.awssdk.services.opsworks.transform
Methods in software.amazon.awssdk.services.opsworks.transform with parameters of type DeleteInstanceRequest Modifier and Type Method Description SdkHttpFullRequestDeleteInstanceRequestMarshaller. marshall(DeleteInstanceRequest deleteInstanceRequest)
-