Uses of Class
software.amazon.awssdk.services.wellarchitected.model.CreateLensShareResponse
-
Packages that use CreateLensShareResponse Package Description software.amazon.awssdk.services.wellarchitected Well-Architected Tool -
-
Uses of CreateLensShareResponse in software.amazon.awssdk.services.wellarchitected
Methods in software.amazon.awssdk.services.wellarchitected that return CreateLensShareResponse Modifier and Type Method Description default CreateLensShareResponseWellArchitectedClient. createLensShare(Consumer<CreateLensShareRequest.Builder> createLensShareRequest)Create a lens share.default CreateLensShareResponseWellArchitectedClient. createLensShare(CreateLensShareRequest createLensShareRequest)Create a lens share.Methods in software.amazon.awssdk.services.wellarchitected that return types with arguments of type CreateLensShareResponse Modifier and Type Method Description default CompletableFuture<CreateLensShareResponse>WellArchitectedAsyncClient. createLensShare(Consumer<CreateLensShareRequest.Builder> createLensShareRequest)Create a lens share.default CompletableFuture<CreateLensShareResponse>WellArchitectedAsyncClient. createLensShare(CreateLensShareRequest createLensShareRequest)Create a lens share.
-