Uses of Class
software.amazon.awssdk.services.wellarchitected.model.DeleteLensRequest
-
Packages that use DeleteLensRequest Package Description software.amazon.awssdk.services.wellarchitected Well-Architected Tool software.amazon.awssdk.services.wellarchitected.transform -
-
Uses of DeleteLensRequest in software.amazon.awssdk.services.wellarchitected
Methods in software.amazon.awssdk.services.wellarchitected with parameters of type DeleteLensRequest Modifier and Type Method Description default CompletableFuture<DeleteLensResponse>WellArchitectedAsyncClient. deleteLens(DeleteLensRequest deleteLensRequest)Delete an existing lens.default DeleteLensResponseWellArchitectedClient. deleteLens(DeleteLensRequest deleteLensRequest)Delete an existing lens. -
Uses of DeleteLensRequest in software.amazon.awssdk.services.wellarchitected.transform
Methods in software.amazon.awssdk.services.wellarchitected.transform with parameters of type DeleteLensRequest Modifier and Type Method Description SdkHttpFullRequestDeleteLensRequestMarshaller. marshall(DeleteLensRequest deleteLensRequest)
-