Uses of Class
software.amazon.awssdk.services.grafana.model.PermissionEntry
-
Packages that use PermissionEntry Package Description software.amazon.awssdk.services.grafana.model software.amazon.awssdk.services.grafana.paginators -
-
Uses of PermissionEntry in software.amazon.awssdk.services.grafana.model
Methods in software.amazon.awssdk.services.grafana.model that return types with arguments of type PermissionEntry Modifier and Type Method Description List<PermissionEntry>ListPermissionsResponse. permissions()The permissions returned by the operation.Methods in software.amazon.awssdk.services.grafana.model with parameters of type PermissionEntry Modifier and Type Method Description ListPermissionsResponse.BuilderListPermissionsResponse.Builder. permissions(PermissionEntry... permissions)The permissions returned by the operation.Method parameters in software.amazon.awssdk.services.grafana.model with type arguments of type PermissionEntry Modifier and Type Method Description ListPermissionsResponse.BuilderListPermissionsResponse.Builder. permissions(Collection<PermissionEntry> permissions)The permissions returned by the operation. -
Uses of PermissionEntry in software.amazon.awssdk.services.grafana.paginators
Methods in software.amazon.awssdk.services.grafana.paginators that return types with arguments of type PermissionEntry Modifier and Type Method Description SdkIterable<PermissionEntry>ListPermissionsIterable. permissions()Returns an iterable to iterate through the paginatedListPermissionsResponse.permissions()member.SdkPublisher<PermissionEntry>ListPermissionsPublisher. permissions()Returns a publisher that can be used to get a stream of data.
-