Uses of Class
software.amazon.awssdk.services.wellarchitected.model.AssociateProfilesResponse
-
Packages that use AssociateProfilesResponse Package Description software.amazon.awssdk.services.wellarchitected Well-Architected Tool -
-
Uses of AssociateProfilesResponse in software.amazon.awssdk.services.wellarchitected
Methods in software.amazon.awssdk.services.wellarchitected that return AssociateProfilesResponse Modifier and Type Method Description default AssociateProfilesResponseWellArchitectedClient. associateProfiles(Consumer<AssociateProfilesRequest.Builder> associateProfilesRequest)Associate a profile with a workload.default AssociateProfilesResponseWellArchitectedClient. associateProfiles(AssociateProfilesRequest associateProfilesRequest)Associate a profile with a workload.Methods in software.amazon.awssdk.services.wellarchitected that return types with arguments of type AssociateProfilesResponse Modifier and Type Method Description default CompletableFuture<AssociateProfilesResponse>WellArchitectedAsyncClient. associateProfiles(Consumer<AssociateProfilesRequest.Builder> associateProfilesRequest)Associate a profile with a workload.default CompletableFuture<AssociateProfilesResponse>WellArchitectedAsyncClient. associateProfiles(AssociateProfilesRequest associateProfilesRequest)Associate a profile with a workload.
-