Uses of Class
software.amazon.awssdk.services.ssoadmin.model.GrantItem
-
Packages that use GrantItem Package Description software.amazon.awssdk.services.ssoadmin.model software.amazon.awssdk.services.ssoadmin.paginators -
-
Uses of GrantItem in software.amazon.awssdk.services.ssoadmin.model
Methods in software.amazon.awssdk.services.ssoadmin.model that return types with arguments of type GrantItem Modifier and Type Method Description List<GrantItem>ListApplicationGrantsResponse. grants()An array list of structures that describe the requested grants.Methods in software.amazon.awssdk.services.ssoadmin.model with parameters of type GrantItem Modifier and Type Method Description ListApplicationGrantsResponse.BuilderListApplicationGrantsResponse.Builder. grants(GrantItem... grants)An array list of structures that describe the requested grants.Method parameters in software.amazon.awssdk.services.ssoadmin.model with type arguments of type GrantItem Modifier and Type Method Description ListApplicationGrantsResponse.BuilderListApplicationGrantsResponse.Builder. grants(Collection<GrantItem> grants)An array list of structures that describe the requested grants. -
Uses of GrantItem in software.amazon.awssdk.services.ssoadmin.paginators
Methods in software.amazon.awssdk.services.ssoadmin.paginators that return types with arguments of type GrantItem Modifier and Type Method Description SdkIterable<GrantItem>ListApplicationGrantsIterable. grants()Returns an iterable to iterate through the paginatedListApplicationGrantsResponse.grants()member.SdkPublisher<GrantItem>ListApplicationGrantsPublisher. grants()Returns a publisher that can be used to get a stream of data.
-