| Package | Description |
|---|---|
| com.amazonaws.services.wellarchitected |
|
| com.amazonaws.services.wellarchitected.model |
| Modifier and Type | Method and Description |
|---|---|
Future<AssociateProfilesResult> |
AWSWellArchitectedAsyncClient.associateProfilesAsync(AssociateProfilesRequest request,
AsyncHandler<AssociateProfilesRequest,AssociateProfilesResult> asyncHandler) |
Future<AssociateProfilesResult> |
AWSWellArchitectedAsync.associateProfilesAsync(AssociateProfilesRequest associateProfilesRequest,
AsyncHandler<AssociateProfilesRequest,AssociateProfilesResult> asyncHandler)
Associate a profile with a workload.
|
Future<AssociateProfilesResult> |
AbstractAWSWellArchitectedAsync.associateProfilesAsync(AssociateProfilesRequest request,
AsyncHandler<AssociateProfilesRequest,AssociateProfilesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
AssociateProfilesRequest |
AssociateProfilesRequest.clone() |
AssociateProfilesRequest |
AssociateProfilesRequest.withProfileArns(Collection<String> profileArns)
The list of profile ARNs to associate with the workload.
|
AssociateProfilesRequest |
AssociateProfilesRequest.withProfileArns(String... profileArns)
The list of profile ARNs to associate with the workload.
|
AssociateProfilesRequest |
AssociateProfilesRequest.withWorkloadId(String workloadId) |
Copyright © 2023. All rights reserved.