Uses of Interface
software.amazon.awssdk.services.wellarchitected.model.DisassociateProfilesRequest.Builder
-
Packages that use DisassociateProfilesRequest.Builder Package Description software.amazon.awssdk.services.wellarchitected Well-Architected Tool software.amazon.awssdk.services.wellarchitected.model -
-
Uses of DisassociateProfilesRequest.Builder in software.amazon.awssdk.services.wellarchitected
Method parameters in software.amazon.awssdk.services.wellarchitected with type arguments of type DisassociateProfilesRequest.Builder Modifier and Type Method Description default CompletableFuture<DisassociateProfilesResponse>WellArchitectedAsyncClient. disassociateProfiles(Consumer<DisassociateProfilesRequest.Builder> disassociateProfilesRequest)Disassociate a profile from a workload.default DisassociateProfilesResponseWellArchitectedClient. disassociateProfiles(Consumer<DisassociateProfilesRequest.Builder> disassociateProfilesRequest)Disassociate a profile from a workload. -
Uses of DisassociateProfilesRequest.Builder in software.amazon.awssdk.services.wellarchitected.model
Methods in software.amazon.awssdk.services.wellarchitected.model that return DisassociateProfilesRequest.Builder Modifier and Type Method Description static DisassociateProfilesRequest.BuilderDisassociateProfilesRequest. builder()DisassociateProfilesRequest.BuilderDisassociateProfilesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DisassociateProfilesRequest.BuilderDisassociateProfilesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DisassociateProfilesRequest.BuilderDisassociateProfilesRequest.Builder. profileArns(String... profileArns)The list of profile ARNs to disassociate from the workload.DisassociateProfilesRequest.BuilderDisassociateProfilesRequest.Builder. profileArns(Collection<String> profileArns)The list of profile ARNs to disassociate from the workload.DisassociateProfilesRequest.BuilderDisassociateProfilesRequest. toBuilder()DisassociateProfilesRequest.BuilderDisassociateProfilesRequest.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 DisassociateProfilesRequest.Builder Modifier and Type Method Description static Class<? extends DisassociateProfilesRequest.Builder>DisassociateProfilesRequest. serializableBuilderClass()
-