Uses of Interface
software.amazon.awssdk.services.glue.model.GetGlueIdentityCenterConfigurationRequest.Builder
-
Packages that use GetGlueIdentityCenterConfigurationRequest.Builder Package Description software.amazon.awssdk.services.glue Glue software.amazon.awssdk.services.glue.model -
-
Uses of GetGlueIdentityCenterConfigurationRequest.Builder in software.amazon.awssdk.services.glue
Method parameters in software.amazon.awssdk.services.glue with type arguments of type GetGlueIdentityCenterConfigurationRequest.Builder 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 GetGlueIdentityCenterConfigurationResponseGlueClient. getGlueIdentityCenterConfiguration(Consumer<GetGlueIdentityCenterConfigurationRequest.Builder> getGlueIdentityCenterConfigurationRequest)Retrieves the current Glue Identity Center configuration details, including the associated Identity Center instance and application information. -
Uses of GetGlueIdentityCenterConfigurationRequest.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return GetGlueIdentityCenterConfigurationRequest.Builder Modifier and Type Method Description static GetGlueIdentityCenterConfigurationRequest.BuilderGetGlueIdentityCenterConfigurationRequest. builder()GetGlueIdentityCenterConfigurationRequest.BuilderGetGlueIdentityCenterConfigurationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetGlueIdentityCenterConfigurationRequest.BuilderGetGlueIdentityCenterConfigurationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetGlueIdentityCenterConfigurationRequest.BuilderGetGlueIdentityCenterConfigurationRequest. toBuilder()Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type GetGlueIdentityCenterConfigurationRequest.Builder Modifier and Type Method Description static Class<? extends GetGlueIdentityCenterConfigurationRequest.Builder>GetGlueIdentityCenterConfigurationRequest. serializableBuilderClass()
-