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