Uses of Class
software.amazon.awssdk.services.wellarchitected.model.DeleteLensShareRequest
-
Packages that use DeleteLensShareRequest Package Description software.amazon.awssdk.services.wellarchitected Well-Architected Tool software.amazon.awssdk.services.wellarchitected.transform -
-
Uses of DeleteLensShareRequest in software.amazon.awssdk.services.wellarchitected
Methods in software.amazon.awssdk.services.wellarchitected with parameters of type DeleteLensShareRequest Modifier and Type Method Description default CompletableFuture<DeleteLensShareResponse>WellArchitectedAsyncClient. deleteLensShare(DeleteLensShareRequest deleteLensShareRequest)Delete a lens share.default DeleteLensShareResponseWellArchitectedClient. deleteLensShare(DeleteLensShareRequest deleteLensShareRequest)Delete a lens share. -
Uses of DeleteLensShareRequest in software.amazon.awssdk.services.wellarchitected.transform
Methods in software.amazon.awssdk.services.wellarchitected.transform with parameters of type DeleteLensShareRequest Modifier and Type Method Description SdkHttpFullRequestDeleteLensShareRequestMarshaller. marshall(DeleteLensShareRequest deleteLensShareRequest)
-