Uses of Class
software.amazon.awssdk.services.opsworks.model.UnassignInstanceResponse
-
Packages that use UnassignInstanceResponse Package Description software.amazon.awssdk.services.opsworks AWS OpsWorks -
-
Uses of UnassignInstanceResponse in software.amazon.awssdk.services.opsworks
Methods in software.amazon.awssdk.services.opsworks that return UnassignInstanceResponse Modifier and Type Method Description default UnassignInstanceResponseOpsWorksClient. unassignInstance(Consumer<UnassignInstanceRequest.Builder> unassignInstanceRequest)Unassigns a registered instance from all layers that are using the instance.default UnassignInstanceResponseOpsWorksClient. unassignInstance(UnassignInstanceRequest unassignInstanceRequest)Unassigns a registered instance from all layers that are using the instance.Methods in software.amazon.awssdk.services.opsworks that return types with arguments of type UnassignInstanceResponse Modifier and Type Method Description default CompletableFuture<UnassignInstanceResponse>OpsWorksAsyncClient. unassignInstance(Consumer<UnassignInstanceRequest.Builder> unassignInstanceRequest)Unassigns a registered instance from all layers that are using the instance.default CompletableFuture<UnassignInstanceResponse>OpsWorksAsyncClient. unassignInstance(UnassignInstanceRequest unassignInstanceRequest)Unassigns a registered instance from all layers that are using the instance.
-