Uses of Class
software.amazon.awssdk.services.glue.model.CreateUsageProfileRequest
-
Packages that use CreateUsageProfileRequest Package Description software.amazon.awssdk.services.glue Glue software.amazon.awssdk.services.glue.transform -
-
Uses of CreateUsageProfileRequest in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue with parameters of type CreateUsageProfileRequest Modifier and Type Method Description default CompletableFuture<CreateUsageProfileResponse>GlueAsyncClient. createUsageProfile(CreateUsageProfileRequest createUsageProfileRequest)Creates an Glue usage profile.default CreateUsageProfileResponseGlueClient. createUsageProfile(CreateUsageProfileRequest createUsageProfileRequest)Creates an Glue usage profile. -
Uses of CreateUsageProfileRequest in software.amazon.awssdk.services.glue.transform
Methods in software.amazon.awssdk.services.glue.transform with parameters of type CreateUsageProfileRequest Modifier and Type Method Description SdkHttpFullRequestCreateUsageProfileRequestMarshaller. marshall(CreateUsageProfileRequest createUsageProfileRequest)
-