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