Uses of Class
software.amazon.awssdk.services.finspacedata.model.PermissionGroup
-
Packages that use PermissionGroup Package Description software.amazon.awssdk.services.finspacedata.model software.amazon.awssdk.services.finspacedata.paginators -
-
Uses of PermissionGroup in software.amazon.awssdk.services.finspacedata.model
Methods in software.amazon.awssdk.services.finspacedata.model that return PermissionGroup Modifier and Type Method Description PermissionGroupGetPermissionGroupResponse. permissionGroup()Returns the value of the PermissionGroup property for this object.Methods in software.amazon.awssdk.services.finspacedata.model that return types with arguments of type PermissionGroup Modifier and Type Method Description List<PermissionGroup>ListPermissionGroupsResponse. permissionGroups()A list of all the permission groups.Methods in software.amazon.awssdk.services.finspacedata.model with parameters of type PermissionGroup Modifier and Type Method Description GetPermissionGroupResponse.BuilderGetPermissionGroupResponse.Builder. permissionGroup(PermissionGroup permissionGroup)Sets the value of the PermissionGroup property for this object.ListPermissionGroupsResponse.BuilderListPermissionGroupsResponse.Builder. permissionGroups(PermissionGroup... permissionGroups)A list of all the permission groups.Method parameters in software.amazon.awssdk.services.finspacedata.model with type arguments of type PermissionGroup Modifier and Type Method Description ListPermissionGroupsResponse.BuilderListPermissionGroupsResponse.Builder. permissionGroups(Collection<PermissionGroup> permissionGroups)A list of all the permission groups. -
Uses of PermissionGroup in software.amazon.awssdk.services.finspacedata.paginators
Methods in software.amazon.awssdk.services.finspacedata.paginators that return types with arguments of type PermissionGroup Modifier and Type Method Description SdkIterable<PermissionGroup>ListPermissionGroupsIterable. permissionGroups()Returns an iterable to iterate through the paginatedListPermissionGroupsResponse.permissionGroups()member.SdkPublisher<PermissionGroup>ListPermissionGroupsPublisher. permissionGroups()Returns a publisher that can be used to get a stream of data.
-