| Package | Description |
|---|---|
| com.amazonaws.services.wellarchitected |
|
| com.amazonaws.services.wellarchitected.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateWorkloadResult> |
AWSWellArchitectedAsyncClient.createWorkloadAsync(CreateWorkloadRequest request,
AsyncHandler<CreateWorkloadRequest,CreateWorkloadResult> asyncHandler) |
Future<CreateWorkloadResult> |
AWSWellArchitectedAsync.createWorkloadAsync(CreateWorkloadRequest createWorkloadRequest,
AsyncHandler<CreateWorkloadRequest,CreateWorkloadResult> asyncHandler)
Create a new workload.
|
Future<CreateWorkloadResult> |
AbstractAWSWellArchitectedAsync.createWorkloadAsync(CreateWorkloadRequest request,
AsyncHandler<CreateWorkloadRequest,CreateWorkloadResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateWorkloadRequest |
CreateWorkloadRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateWorkloadRequest |
CreateWorkloadRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateWorkloadRequest |
CreateWorkloadRequest.clone() |
CreateWorkloadRequest |
CreateWorkloadRequest.withAccountIds(Collection<String> accountIds) |
CreateWorkloadRequest |
CreateWorkloadRequest.withAccountIds(String... accountIds)
NOTE: This method appends the values to the existing list (if any).
|
CreateWorkloadRequest |
CreateWorkloadRequest.withApplications(Collection<String> applications)
List of AppRegistry application ARNs associated to the workload.
|
CreateWorkloadRequest |
CreateWorkloadRequest.withApplications(String... applications)
List of AppRegistry application ARNs associated to the workload.
|
CreateWorkloadRequest |
CreateWorkloadRequest.withArchitecturalDesign(String architecturalDesign) |
CreateWorkloadRequest |
CreateWorkloadRequest.withAwsRegions(Collection<String> awsRegions) |
CreateWorkloadRequest |
CreateWorkloadRequest.withAwsRegions(String... awsRegions)
NOTE: This method appends the values to the existing list (if any).
|
CreateWorkloadRequest |
CreateWorkloadRequest.withClientRequestToken(String clientRequestToken) |
CreateWorkloadRequest |
CreateWorkloadRequest.withDescription(String description) |
CreateWorkloadRequest |
CreateWorkloadRequest.withDiscoveryConfig(WorkloadDiscoveryConfig discoveryConfig)
Well-Architected discovery configuration settings associated to the workload.
|
CreateWorkloadRequest |
CreateWorkloadRequest.withEnvironment(String environment) |
CreateWorkloadRequest |
CreateWorkloadRequest.withEnvironment(WorkloadEnvironment environment) |
CreateWorkloadRequest |
CreateWorkloadRequest.withIndustry(String industry) |
CreateWorkloadRequest |
CreateWorkloadRequest.withIndustryType(String industryType) |
CreateWorkloadRequest |
CreateWorkloadRequest.withJiraConfiguration(WorkloadJiraConfigurationInput jiraConfiguration)
Jira configuration settings when creating a workload.
|
CreateWorkloadRequest |
CreateWorkloadRequest.withLenses(Collection<String> lenses) |
CreateWorkloadRequest |
CreateWorkloadRequest.withLenses(String... lenses)
NOTE: This method appends the values to the existing list (if any).
|
CreateWorkloadRequest |
CreateWorkloadRequest.withNonAwsRegions(Collection<String> nonAwsRegions) |
CreateWorkloadRequest |
CreateWorkloadRequest.withNonAwsRegions(String... nonAwsRegions)
NOTE: This method appends the values to the existing list (if any).
|
CreateWorkloadRequest |
CreateWorkloadRequest.withNotes(String notes) |
CreateWorkloadRequest |
CreateWorkloadRequest.withPillarPriorities(Collection<String> pillarPriorities) |
CreateWorkloadRequest |
CreateWorkloadRequest.withPillarPriorities(String... pillarPriorities)
NOTE: This method appends the values to the existing list (if any).
|
CreateWorkloadRequest |
CreateWorkloadRequest.withProfileArns(Collection<String> profileArns)
The list of profile ARNs associated with the workload.
|
CreateWorkloadRequest |
CreateWorkloadRequest.withProfileArns(String... profileArns)
The list of profile ARNs associated with the workload.
|
CreateWorkloadRequest |
CreateWorkloadRequest.withReviewOwner(String reviewOwner) |
CreateWorkloadRequest |
CreateWorkloadRequest.withReviewTemplateArns(Collection<String> reviewTemplateArns)
The list of review template ARNs to associate with the workload.
|
CreateWorkloadRequest |
CreateWorkloadRequest.withReviewTemplateArns(String... reviewTemplateArns)
The list of review template ARNs to associate with the workload.
|
CreateWorkloadRequest |
CreateWorkloadRequest.withTags(Map<String,String> tags)
The tags to be associated with the workload.
|
CreateWorkloadRequest |
CreateWorkloadRequest.withWorkloadName(String workloadName) |
Copyright © 2025. All rights reserved.