Uses of Class
software.amazon.awssdk.services.glue.model.GetUsageProfileResponse
-
Packages that use GetUsageProfileResponse Package Description software.amazon.awssdk.services.glue Glue -
-
Uses of GetUsageProfileResponse in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue that return GetUsageProfileResponse Modifier and Type Method Description default GetUsageProfileResponseGlueClient. getUsageProfile(Consumer<GetUsageProfileRequest.Builder> getUsageProfileRequest)Retrieves information about the specified Glue usage profile.default GetUsageProfileResponseGlueClient. getUsageProfile(GetUsageProfileRequest getUsageProfileRequest)Retrieves information about the specified Glue usage profile.Methods in software.amazon.awssdk.services.glue that return types with arguments of type GetUsageProfileResponse Modifier and Type Method Description default CompletableFuture<GetUsageProfileResponse>GlueAsyncClient. getUsageProfile(Consumer<GetUsageProfileRequest.Builder> getUsageProfileRequest)Retrieves information about the specified Glue usage profile.default CompletableFuture<GetUsageProfileResponse>GlueAsyncClient. getUsageProfile(GetUsageProfileRequest getUsageProfileRequest)Retrieves information about the specified Glue usage profile.
-