Uses of Class
software.amazon.awssdk.services.wellarchitected.model.GetProfileResponse
-
Packages that use GetProfileResponse Package Description software.amazon.awssdk.services.wellarchitected Well-Architected Tool -
-
Uses of GetProfileResponse in software.amazon.awssdk.services.wellarchitected
Methods in software.amazon.awssdk.services.wellarchitected that return GetProfileResponse Modifier and Type Method Description default GetProfileResponseWellArchitectedClient. getProfile(Consumer<GetProfileRequest.Builder> getProfileRequest)Get profile information.default GetProfileResponseWellArchitectedClient. getProfile(GetProfileRequest getProfileRequest)Get profile information.Methods in software.amazon.awssdk.services.wellarchitected that return types with arguments of type GetProfileResponse Modifier and Type Method Description default CompletableFuture<GetProfileResponse>WellArchitectedAsyncClient. getProfile(Consumer<GetProfileRequest.Builder> getProfileRequest)Get profile information.default CompletableFuture<GetProfileResponse>WellArchitectedAsyncClient. getProfile(GetProfileRequest getProfileRequest)Get profile information.
-