Uses of Class
software.amazon.awssdk.services.glue.model.GetSecurityConfigurationRequest
-
Packages that use GetSecurityConfigurationRequest Package Description software.amazon.awssdk.services.glue Glue software.amazon.awssdk.services.glue.transform -
-
Uses of GetSecurityConfigurationRequest in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue with parameters of type GetSecurityConfigurationRequest Modifier and Type Method Description default CompletableFuture<GetSecurityConfigurationResponse>GlueAsyncClient. getSecurityConfiguration(GetSecurityConfigurationRequest getSecurityConfigurationRequest)Retrieves a specified security configuration.default GetSecurityConfigurationResponseGlueClient. getSecurityConfiguration(GetSecurityConfigurationRequest getSecurityConfigurationRequest)Retrieves a specified security configuration. -
Uses of GetSecurityConfigurationRequest in software.amazon.awssdk.services.glue.transform
Methods in software.amazon.awssdk.services.glue.transform with parameters of type GetSecurityConfigurationRequest Modifier and Type Method Description SdkHttpFullRequestGetSecurityConfigurationRequestMarshaller. marshall(GetSecurityConfigurationRequest getSecurityConfigurationRequest)
-