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