Uses of Class
software.amazon.awssdk.services.wellarchitected.model.DeleteProfileShareResponse
-
Packages that use DeleteProfileShareResponse Package Description software.amazon.awssdk.services.wellarchitected Well-Architected Tool -
-
Uses of DeleteProfileShareResponse in software.amazon.awssdk.services.wellarchitected
Methods in software.amazon.awssdk.services.wellarchitected that return DeleteProfileShareResponse Modifier and Type Method Description default DeleteProfileShareResponseWellArchitectedClient. deleteProfileShare(Consumer<DeleteProfileShareRequest.Builder> deleteProfileShareRequest)Delete a profile share.default DeleteProfileShareResponseWellArchitectedClient. deleteProfileShare(DeleteProfileShareRequest deleteProfileShareRequest)Delete a profile share.Methods in software.amazon.awssdk.services.wellarchitected that return types with arguments of type DeleteProfileShareResponse Modifier and Type Method Description default CompletableFuture<DeleteProfileShareResponse>WellArchitectedAsyncClient. deleteProfileShare(Consumer<DeleteProfileShareRequest.Builder> deleteProfileShareRequest)Delete a profile share.default CompletableFuture<DeleteProfileShareResponse>WellArchitectedAsyncClient. deleteProfileShare(DeleteProfileShareRequest deleteProfileShareRequest)Delete a profile share.
-