Uses of Class
software.amazon.awssdk.services.glue.model.DeleteGlueIdentityCenterConfigurationRequest
-
Packages that use DeleteGlueIdentityCenterConfigurationRequest Package Description software.amazon.awssdk.services.glue Glue software.amazon.awssdk.services.glue.transform -
-
Uses of DeleteGlueIdentityCenterConfigurationRequest in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue with parameters of type DeleteGlueIdentityCenterConfigurationRequest Modifier and Type Method Description 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.default DeleteGlueIdentityCenterConfigurationResponseGlueClient. deleteGlueIdentityCenterConfiguration(DeleteGlueIdentityCenterConfigurationRequest deleteGlueIdentityCenterConfigurationRequest)Deletes the existing Glue Identity Center configuration, removing the integration between Glue and Amazon Web Services IAM Identity Center. -
Uses of DeleteGlueIdentityCenterConfigurationRequest in software.amazon.awssdk.services.glue.transform
Methods in software.amazon.awssdk.services.glue.transform with parameters of type DeleteGlueIdentityCenterConfigurationRequest Modifier and Type Method Description SdkHttpFullRequestDeleteGlueIdentityCenterConfigurationRequestMarshaller. marshall(DeleteGlueIdentityCenterConfigurationRequest deleteGlueIdentityCenterConfigurationRequest)
-