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