Uses of Class
software.amazon.awssdk.services.wellarchitected.model.DisassociateProfilesResponse
-
Packages that use DisassociateProfilesResponse Package Description software.amazon.awssdk.services.wellarchitected Well-Architected Tool -
-
Uses of DisassociateProfilesResponse in software.amazon.awssdk.services.wellarchitected
Methods in software.amazon.awssdk.services.wellarchitected that return DisassociateProfilesResponse Modifier and Type Method Description default DisassociateProfilesResponseWellArchitectedClient. disassociateProfiles(Consumer<DisassociateProfilesRequest.Builder> disassociateProfilesRequest)Disassociate a profile from a workload.default DisassociateProfilesResponseWellArchitectedClient. disassociateProfiles(DisassociateProfilesRequest disassociateProfilesRequest)Disassociate a profile from a workload.Methods in software.amazon.awssdk.services.wellarchitected that return types with arguments of type DisassociateProfilesResponse Modifier and Type Method Description default CompletableFuture<DisassociateProfilesResponse>WellArchitectedAsyncClient. disassociateProfiles(Consumer<DisassociateProfilesRequest.Builder> disassociateProfilesRequest)Disassociate a profile from a workload.default CompletableFuture<DisassociateProfilesResponse>WellArchitectedAsyncClient. disassociateProfiles(DisassociateProfilesRequest disassociateProfilesRequest)Disassociate a profile from a workload.
-