| Package | Description |
|---|---|
| com.amazonaws.services.wellarchitected |
|
| com.amazonaws.services.wellarchitected.model |
| Modifier and Type | Method and Description |
|---|---|
Future<DisassociateProfilesResult> |
AWSWellArchitectedAsyncClient.disassociateProfilesAsync(DisassociateProfilesRequest request,
AsyncHandler<DisassociateProfilesRequest,DisassociateProfilesResult> asyncHandler) |
Future<DisassociateProfilesResult> |
AbstractAWSWellArchitectedAsync.disassociateProfilesAsync(DisassociateProfilesRequest request,
AsyncHandler<DisassociateProfilesRequest,DisassociateProfilesResult> asyncHandler) |
Future<DisassociateProfilesResult> |
AWSWellArchitectedAsync.disassociateProfilesAsync(DisassociateProfilesRequest disassociateProfilesRequest,
AsyncHandler<DisassociateProfilesRequest,DisassociateProfilesResult> asyncHandler)
Disassociate a profile from a workload.
|
| Modifier and Type | Method and Description |
|---|---|
DisassociateProfilesRequest |
DisassociateProfilesRequest.clone() |
DisassociateProfilesRequest |
DisassociateProfilesRequest.withProfileArns(Collection<String> profileArns)
The list of profile ARNs to disassociate from the workload.
|
DisassociateProfilesRequest |
DisassociateProfilesRequest.withProfileArns(String... profileArns)
The list of profile ARNs to disassociate from the workload.
|
DisassociateProfilesRequest |
DisassociateProfilesRequest.withWorkloadId(String workloadId) |
Copyright © 2024. All rights reserved.