Uses of Class
software.amazon.awssdk.services.glue.model.UpdateUsageProfileRequest
-
Packages that use UpdateUsageProfileRequest Package Description software.amazon.awssdk.services.glue Glue software.amazon.awssdk.services.glue.transform -
-
Uses of UpdateUsageProfileRequest in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue with parameters of type UpdateUsageProfileRequest Modifier and Type Method Description default CompletableFuture<UpdateUsageProfileResponse>GlueAsyncClient. updateUsageProfile(UpdateUsageProfileRequest updateUsageProfileRequest)Update an Glue usage profile.default UpdateUsageProfileResponseGlueClient. updateUsageProfile(UpdateUsageProfileRequest updateUsageProfileRequest)Update an Glue usage profile. -
Uses of UpdateUsageProfileRequest in software.amazon.awssdk.services.glue.transform
Methods in software.amazon.awssdk.services.glue.transform with parameters of type UpdateUsageProfileRequest Modifier and Type Method Description SdkHttpFullRequestUpdateUsageProfileRequestMarshaller. marshall(UpdateUsageProfileRequest updateUsageProfileRequest)
-