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