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