Uses of Class
software.amazon.awssdk.services.glue.model.GetGlueIdentityCenterConfigurationResponse
-
Packages that use GetGlueIdentityCenterConfigurationResponse Package Description software.amazon.awssdk.services.glue Glue -
-
Uses of GetGlueIdentityCenterConfigurationResponse in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue that return GetGlueIdentityCenterConfigurationResponse Modifier and Type Method Description default GetGlueIdentityCenterConfigurationResponseGlueClient. getGlueIdentityCenterConfiguration(Consumer<GetGlueIdentityCenterConfigurationRequest.Builder> getGlueIdentityCenterConfigurationRequest)Retrieves the current Glue Identity Center configuration details, including the associated Identity Center instance and application information.default GetGlueIdentityCenterConfigurationResponseGlueClient. getGlueIdentityCenterConfiguration(GetGlueIdentityCenterConfigurationRequest getGlueIdentityCenterConfigurationRequest)Retrieves the current Glue Identity Center configuration details, including the associated Identity Center instance and application information.Methods in software.amazon.awssdk.services.glue that return types with arguments of type GetGlueIdentityCenterConfigurationResponse Modifier and Type Method Description default CompletableFuture<GetGlueIdentityCenterConfigurationResponse>GlueAsyncClient. getGlueIdentityCenterConfiguration(Consumer<GetGlueIdentityCenterConfigurationRequest.Builder> getGlueIdentityCenterConfigurationRequest)Retrieves the current Glue Identity Center configuration details, including the associated Identity Center instance and application information.default CompletableFuture<GetGlueIdentityCenterConfigurationResponse>GlueAsyncClient. getGlueIdentityCenterConfiguration(GetGlueIdentityCenterConfigurationRequest getGlueIdentityCenterConfigurationRequest)Retrieves the current Glue Identity Center configuration details, including the associated Identity Center instance and application information.
-