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