Uses of Class
software.amazon.awssdk.services.glue.model.UpdateGlueIdentityCenterConfigurationResponse
-
Packages that use UpdateGlueIdentityCenterConfigurationResponse Package Description software.amazon.awssdk.services.glue Glue -
-
Uses of UpdateGlueIdentityCenterConfigurationResponse in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue that return UpdateGlueIdentityCenterConfigurationResponse Modifier and Type Method Description default UpdateGlueIdentityCenterConfigurationResponseGlueClient. updateGlueIdentityCenterConfiguration(Consumer<UpdateGlueIdentityCenterConfigurationRequest.Builder> updateGlueIdentityCenterConfigurationRequest)Updates the existing Glue Identity Center configuration, allowing modification of scopes and permissions for the integration.default UpdateGlueIdentityCenterConfigurationResponseGlueClient. updateGlueIdentityCenterConfiguration(UpdateGlueIdentityCenterConfigurationRequest updateGlueIdentityCenterConfigurationRequest)Updates the existing Glue Identity Center configuration, allowing modification of scopes and permissions for the integration.Methods in software.amazon.awssdk.services.glue that return types with arguments of type UpdateGlueIdentityCenterConfigurationResponse 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 CompletableFuture<UpdateGlueIdentityCenterConfigurationResponse>GlueAsyncClient. updateGlueIdentityCenterConfiguration(UpdateGlueIdentityCenterConfigurationRequest updateGlueIdentityCenterConfigurationRequest)Updates the existing Glue Identity Center configuration, allowing modification of scopes and permissions for the integration.
-