Uses of Class
co.yellowdog.platform.clients.objectstore.ObjectStoreClientImpl
Packages that use ObjectStoreClientImpl
Package
Description
Provides the classes needed to interact with the YellowDog Object Store service.
-
Uses of ObjectStoreClientImpl in co.yellowdog.platform.clients.objectstore
Methods in co.yellowdog.platform.clients.objectstore that return ObjectStoreClientImplModifier and TypeMethodDescriptionstatic ObjectStoreClientImpl
ObjectStoreClientImpl.create
(@NonNull ServicesSchema servicesSchema, @NonNull RetryFactory retryFactory, @NonNull AuthenticationHeadersProvider authenticationHeadersProvider, @NonNull ObjectStoreClientConfigurationProperties configurationProperties, @NonNull SessionRequestIdGenerator sessionRequestIdGenerator, @NonNull com.fasterxml.jackson.databind.ObjectMapper objectMapper, @NonNull UserAgent userAgent) static ObjectStoreClientImpl
ObjectStoreClientImpl.create
(@NonNull ServicesSchema servicesSchema, @NonNull RetryFactory retryFactory, @NonNull AuthenticationHeadersProvider authenticationHeadersProvider, @NonNull ObjectStoreClientConfigurationProperties configurationProperties, @NonNull com.fasterxml.jackson.databind.ObjectMapper objectMapper, @NonNull UserAgent userAgent) Factory method for constructing an ObjectStoreClientImpl.