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