Uses of Class
software.amazon.awssdk.services.glue.model.DeleteGlueIdentityCenterConfigurationResponse
-
Packages that use DeleteGlueIdentityCenterConfigurationResponse Package Description software.amazon.awssdk.services.glue Glue -
-
Uses of DeleteGlueIdentityCenterConfigurationResponse in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue that return DeleteGlueIdentityCenterConfigurationResponse Modifier and Type Method Description default DeleteGlueIdentityCenterConfigurationResponseGlueClient. deleteGlueIdentityCenterConfiguration(Consumer<DeleteGlueIdentityCenterConfigurationRequest.Builder> deleteGlueIdentityCenterConfigurationRequest)Deletes the existing Glue Identity Center configuration, removing the integration between Glue and Amazon Web Services IAM Identity Center.default DeleteGlueIdentityCenterConfigurationResponseGlueClient. deleteGlueIdentityCenterConfiguration(DeleteGlueIdentityCenterConfigurationRequest deleteGlueIdentityCenterConfigurationRequest)Deletes the existing Glue Identity Center configuration, removing the integration between Glue and Amazon Web Services IAM Identity Center.Methods in software.amazon.awssdk.services.glue that return types with arguments of type DeleteGlueIdentityCenterConfigurationResponse Modifier and Type Method Description default CompletableFuture<DeleteGlueIdentityCenterConfigurationResponse>GlueAsyncClient. deleteGlueIdentityCenterConfiguration(Consumer<DeleteGlueIdentityCenterConfigurationRequest.Builder> deleteGlueIdentityCenterConfigurationRequest)Deletes the existing Glue Identity Center configuration, removing the integration between Glue and Amazon Web Services IAM Identity Center.default CompletableFuture<DeleteGlueIdentityCenterConfigurationResponse>GlueAsyncClient. deleteGlueIdentityCenterConfiguration(DeleteGlueIdentityCenterConfigurationRequest deleteGlueIdentityCenterConfigurationRequest)Deletes the existing Glue Identity Center configuration, removing the integration between Glue and Amazon Web Services IAM Identity Center.
-