Uses of Interface
software.amazon.awssdk.services.glue.model.UpdateGlueIdentityCenterConfigurationRequest.Builder
-
Packages that use UpdateGlueIdentityCenterConfigurationRequest.Builder Package Description software.amazon.awssdk.services.glue Glue software.amazon.awssdk.services.glue.model -
-
Uses of UpdateGlueIdentityCenterConfigurationRequest.Builder in software.amazon.awssdk.services.glue
Method parameters in software.amazon.awssdk.services.glue with type arguments of type UpdateGlueIdentityCenterConfigurationRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateGlueIdentityCenterConfigurationResponse>GlueAsyncClient. updateGlueIdentityCenterConfiguration(Consumer<UpdateGlueIdentityCenterConfigurationRequest.Builder> updateGlueIdentityCenterConfigurationRequest)Updates the existing Glue Identity Center configuration, allowing modification of scopes and permissions for the integration.default UpdateGlueIdentityCenterConfigurationResponseGlueClient. updateGlueIdentityCenterConfiguration(Consumer<UpdateGlueIdentityCenterConfigurationRequest.Builder> updateGlueIdentityCenterConfigurationRequest)Updates the existing Glue Identity Center configuration, allowing modification of scopes and permissions for the integration. -
Uses of UpdateGlueIdentityCenterConfigurationRequest.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return UpdateGlueIdentityCenterConfigurationRequest.Builder Modifier and Type Method Description static UpdateGlueIdentityCenterConfigurationRequest.BuilderUpdateGlueIdentityCenterConfigurationRequest. builder()UpdateGlueIdentityCenterConfigurationRequest.BuilderUpdateGlueIdentityCenterConfigurationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateGlueIdentityCenterConfigurationRequest.BuilderUpdateGlueIdentityCenterConfigurationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateGlueIdentityCenterConfigurationRequest.BuilderUpdateGlueIdentityCenterConfigurationRequest.Builder. scopes(String... scopes)A list of Identity Center scopes that define the updated permissions and access levels for the Glue configuration.UpdateGlueIdentityCenterConfigurationRequest.BuilderUpdateGlueIdentityCenterConfigurationRequest.Builder. scopes(Collection<String> scopes)A list of Identity Center scopes that define the updated permissions and access levels for the Glue configuration.UpdateGlueIdentityCenterConfigurationRequest.BuilderUpdateGlueIdentityCenterConfigurationRequest. toBuilder()Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type UpdateGlueIdentityCenterConfigurationRequest.Builder Modifier and Type Method Description static Class<? extends UpdateGlueIdentityCenterConfigurationRequest.Builder>UpdateGlueIdentityCenterConfigurationRequest. serializableBuilderClass()
-