Uses of Class
software.amazon.awssdk.services.glue.model.DeleteUsageProfileResponse
-
Packages that use DeleteUsageProfileResponse Package Description software.amazon.awssdk.services.glue Glue -
-
Uses of DeleteUsageProfileResponse in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue that return DeleteUsageProfileResponse Modifier and Type Method Description default DeleteUsageProfileResponseGlueClient. deleteUsageProfile(Consumer<DeleteUsageProfileRequest.Builder> deleteUsageProfileRequest)Deletes the Glue specified usage profile.default DeleteUsageProfileResponseGlueClient. deleteUsageProfile(DeleteUsageProfileRequest deleteUsageProfileRequest)Deletes the Glue specified usage profile.Methods in software.amazon.awssdk.services.glue that return types with arguments of type DeleteUsageProfileResponse Modifier and Type Method Description default CompletableFuture<DeleteUsageProfileResponse>GlueAsyncClient. deleteUsageProfile(Consumer<DeleteUsageProfileRequest.Builder> deleteUsageProfileRequest)Deletes the Glue specified usage profile.default CompletableFuture<DeleteUsageProfileResponse>GlueAsyncClient. deleteUsageProfile(DeleteUsageProfileRequest deleteUsageProfileRequest)Deletes the Glue specified usage profile.
-