Uses of Class
software.amazon.awssdk.services.ssoadmin.model.ScopeDetails
-
Packages that use ScopeDetails Package Description software.amazon.awssdk.services.ssoadmin.model software.amazon.awssdk.services.ssoadmin.paginators -
-
Uses of ScopeDetails in software.amazon.awssdk.services.ssoadmin.model
Methods in software.amazon.awssdk.services.ssoadmin.model that return types with arguments of type ScopeDetails Modifier and Type Method Description List<ScopeDetails>ListApplicationAccessScopesResponse. scopes()An array list of access scopes and their authorized targets that are associated with the application.Methods in software.amazon.awssdk.services.ssoadmin.model with parameters of type ScopeDetails Modifier and Type Method Description ListApplicationAccessScopesResponse.BuilderListApplicationAccessScopesResponse.Builder. scopes(ScopeDetails... scopes)An array list of access scopes and their authorized targets that are associated with the application.Method parameters in software.amazon.awssdk.services.ssoadmin.model with type arguments of type ScopeDetails Modifier and Type Method Description ListApplicationAccessScopesResponse.BuilderListApplicationAccessScopesResponse.Builder. scopes(Collection<ScopeDetails> scopes)An array list of access scopes and their authorized targets that are associated with the application. -
Uses of ScopeDetails in software.amazon.awssdk.services.ssoadmin.paginators
Methods in software.amazon.awssdk.services.ssoadmin.paginators that return types with arguments of type ScopeDetails Modifier and Type Method Description SdkIterable<ScopeDetails>ListApplicationAccessScopesIterable. scopes()Returns an iterable to iterate through the paginatedListApplicationAccessScopesResponse.scopes()member.SdkPublisher<ScopeDetails>ListApplicationAccessScopesPublisher. scopes()Returns a publisher that can be used to get a stream of data.
-