Uses of Class
software.amazon.awssdk.services.glue.model.GetPartitionRequest
-
Packages that use GetPartitionRequest Package Description software.amazon.awssdk.services.glue Glue software.amazon.awssdk.services.glue.transform -
-
Uses of GetPartitionRequest in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue with parameters of type GetPartitionRequest Modifier and Type Method Description default CompletableFuture<GetPartitionResponse>GlueAsyncClient. getPartition(GetPartitionRequest getPartitionRequest)Retrieves information about a specified partition.default GetPartitionResponseGlueClient. getPartition(GetPartitionRequest getPartitionRequest)Retrieves information about a specified partition. -
Uses of GetPartitionRequest in software.amazon.awssdk.services.glue.transform
Methods in software.amazon.awssdk.services.glue.transform with parameters of type GetPartitionRequest Modifier and Type Method Description SdkHttpFullRequestGetPartitionRequestMarshaller. marshall(GetPartitionRequest getPartitionRequest)
-