Uses of Class
software.amazon.awssdk.services.wellarchitected.model.CreateProfileShareResponse
-
Packages that use CreateProfileShareResponse Package Description software.amazon.awssdk.services.wellarchitected Well-Architected Tool -
-
Uses of CreateProfileShareResponse in software.amazon.awssdk.services.wellarchitected
Methods in software.amazon.awssdk.services.wellarchitected that return CreateProfileShareResponse Modifier and Type Method Description default CreateProfileShareResponseWellArchitectedClient. createProfileShare(Consumer<CreateProfileShareRequest.Builder> createProfileShareRequest)Create a profile share.default CreateProfileShareResponseWellArchitectedClient. createProfileShare(CreateProfileShareRequest createProfileShareRequest)Create a profile share.Methods in software.amazon.awssdk.services.wellarchitected that return types with arguments of type CreateProfileShareResponse Modifier and Type Method Description default CompletableFuture<CreateProfileShareResponse>WellArchitectedAsyncClient. createProfileShare(Consumer<CreateProfileShareRequest.Builder> createProfileShareRequest)Create a profile share.default CompletableFuture<CreateProfileShareResponse>WellArchitectedAsyncClient. createProfileShare(CreateProfileShareRequest createProfileShareRequest)Create a profile share.
-