Uses of Class
software.amazon.awssdk.services.quicksight.model.DeleteGroupRequest
-
Packages that use DeleteGroupRequest Package Description software.amazon.awssdk.services.quicksight Amazon QuickSight API Reference software.amazon.awssdk.services.quicksight.transform -
-
Uses of DeleteGroupRequest in software.amazon.awssdk.services.quicksight
Methods in software.amazon.awssdk.services.quicksight with parameters of type DeleteGroupRequest Modifier and Type Method Description default CompletableFuture<DeleteGroupResponse>QuickSightAsyncClient. deleteGroup(DeleteGroupRequest deleteGroupRequest)Removes a user group from Amazon QuickSight.default DeleteGroupResponseQuickSightClient. deleteGroup(DeleteGroupRequest deleteGroupRequest)Removes a user group from Amazon QuickSight. -
Uses of DeleteGroupRequest in software.amazon.awssdk.services.quicksight.transform
Methods in software.amazon.awssdk.services.quicksight.transform with parameters of type DeleteGroupRequest Modifier and Type Method Description SdkHttpFullRequestDeleteGroupRequestMarshaller. marshall(DeleteGroupRequest deleteGroupRequest)
-