Uses of Class
software.amazon.awssdk.services.glue.model.CreateGlueIdentityCenterConfigurationResponse
-
Packages that use CreateGlueIdentityCenterConfigurationResponse Package Description software.amazon.awssdk.services.glue Glue -
-
Uses of CreateGlueIdentityCenterConfigurationResponse in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue that return CreateGlueIdentityCenterConfigurationResponse Modifier and Type Method Description default CreateGlueIdentityCenterConfigurationResponseGlueClient. createGlueIdentityCenterConfiguration(Consumer<CreateGlueIdentityCenterConfigurationRequest.Builder> createGlueIdentityCenterConfigurationRequest)Creates a new Glue Identity Center configuration to enable integration between Glue and Amazon Web Services IAM Identity Center for authentication and authorization.default CreateGlueIdentityCenterConfigurationResponseGlueClient. createGlueIdentityCenterConfiguration(CreateGlueIdentityCenterConfigurationRequest createGlueIdentityCenterConfigurationRequest)Creates a new Glue Identity Center configuration to enable integration between Glue and Amazon Web Services IAM Identity Center for authentication and authorization.Methods in software.amazon.awssdk.services.glue that return types with arguments of type CreateGlueIdentityCenterConfigurationResponse Modifier and Type Method Description default CompletableFuture<CreateGlueIdentityCenterConfigurationResponse>GlueAsyncClient. createGlueIdentityCenterConfiguration(Consumer<CreateGlueIdentityCenterConfigurationRequest.Builder> createGlueIdentityCenterConfigurationRequest)Creates a new Glue Identity Center configuration to enable integration between Glue and Amazon Web Services IAM Identity Center for authentication and authorization.default CompletableFuture<CreateGlueIdentityCenterConfigurationResponse>GlueAsyncClient. createGlueIdentityCenterConfiguration(CreateGlueIdentityCenterConfigurationRequest createGlueIdentityCenterConfigurationRequest)Creates a new Glue Identity Center configuration to enable integration between Glue and Amazon Web Services IAM Identity Center for authentication and authorization.
-