Uses of Interface
software.amazon.awssdk.services.ssoadmin.model.GetApplicationAccessScopeResponse.Builder
-
Packages that use GetApplicationAccessScopeResponse.Builder Package Description software.amazon.awssdk.services.ssoadmin.model -
-
Uses of GetApplicationAccessScopeResponse.Builder in software.amazon.awssdk.services.ssoadmin.model
Methods in software.amazon.awssdk.services.ssoadmin.model that return GetApplicationAccessScopeResponse.Builder Modifier and Type Method Description GetApplicationAccessScopeResponse.BuilderGetApplicationAccessScopeResponse.Builder. authorizedTargets(String... authorizedTargets)An array of authorized targets associated with this access scope.GetApplicationAccessScopeResponse.BuilderGetApplicationAccessScopeResponse.Builder. authorizedTargets(Collection<String> authorizedTargets)An array of authorized targets associated with this access scope.static GetApplicationAccessScopeResponse.BuilderGetApplicationAccessScopeResponse. builder()GetApplicationAccessScopeResponse.BuilderGetApplicationAccessScopeResponse.Builder. scope(String scope)The name of the access scope that can be used with the authorized targets.GetApplicationAccessScopeResponse.BuilderGetApplicationAccessScopeResponse. toBuilder()Methods in software.amazon.awssdk.services.ssoadmin.model that return types with arguments of type GetApplicationAccessScopeResponse.Builder Modifier and Type Method Description static Class<? extends GetApplicationAccessScopeResponse.Builder>GetApplicationAccessScopeResponse. serializableBuilderClass()
-