| Package | Description |
|---|---|
| software.amazon.awssdk.services.opsworks |
|
| Modifier and Type | Method and Description |
|---|---|
default UnassignInstanceResponse |
OpsWorksClient.unassignInstance(Consumer<UnassignInstanceRequest.Builder> unassignInstanceRequest)
Unassigns a registered instance from all layers that are using the instance.
|
default UnassignInstanceResponse |
OpsWorksClient.unassignInstance(UnassignInstanceRequest unassignInstanceRequest)
Unassigns a registered instance from all layers that are using the instance.
|
| Modifier and Type | Method and 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.
|
Copyright © 2023. All rights reserved.