Uses of Interface
software.amazon.awssdk.services.wellarchitected.model.AssociateProfilesRequest.Builder
-
Packages that use AssociateProfilesRequest.Builder Package Description software.amazon.awssdk.services.wellarchitected Well-Architected Tool software.amazon.awssdk.services.wellarchitected.model -
-
Uses of AssociateProfilesRequest.Builder in software.amazon.awssdk.services.wellarchitected
Method parameters in software.amazon.awssdk.services.wellarchitected with type arguments of type AssociateProfilesRequest.Builder Modifier and Type Method Description default CompletableFuture<AssociateProfilesResponse>WellArchitectedAsyncClient. associateProfiles(Consumer<AssociateProfilesRequest.Builder> associateProfilesRequest)Associate a profile with a workload.default AssociateProfilesResponseWellArchitectedClient. associateProfiles(Consumer<AssociateProfilesRequest.Builder> associateProfilesRequest)Associate a profile with a workload. -
Uses of AssociateProfilesRequest.Builder in software.amazon.awssdk.services.wellarchitected.model
Methods in software.amazon.awssdk.services.wellarchitected.model that return AssociateProfilesRequest.Builder Modifier and Type Method Description static AssociateProfilesRequest.BuilderAssociateProfilesRequest. builder()AssociateProfilesRequest.BuilderAssociateProfilesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AssociateProfilesRequest.BuilderAssociateProfilesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)AssociateProfilesRequest.BuilderAssociateProfilesRequest.Builder. profileArns(String... profileArns)The list of profile ARNs to associate with the workload.AssociateProfilesRequest.BuilderAssociateProfilesRequest.Builder. profileArns(Collection<String> profileArns)The list of profile ARNs to associate with the workload.AssociateProfilesRequest.BuilderAssociateProfilesRequest. toBuilder()AssociateProfilesRequest.BuilderAssociateProfilesRequest.Builder. workloadId(String workloadId)Sets the value of the WorkloadId property for this object.Methods in software.amazon.awssdk.services.wellarchitected.model that return types with arguments of type AssociateProfilesRequest.Builder Modifier and Type Method Description static Class<? extends AssociateProfilesRequest.Builder>AssociateProfilesRequest. serializableBuilderClass()
-