Uses of Class
co.yellowdog.platform.clients.objectstore.ObjectStoreClientConfigurationProperties
Packages that use ObjectStoreClientConfigurationProperties
Package
Description
Provides the classes needed to interact with YellowDog Platform Services.
Provides the classes needed to interact with the YellowDog Object Store service.
-
Uses of ObjectStoreClientConfigurationProperties in co.yellowdog.platform.client
Methods in co.yellowdog.platform.client with parameters of type ObjectStoreClientConfigurationPropertiesModifier and TypeMethodDescriptionstatic PlatformClient
PlatformClient.create
(@NonNull ServicesSchema servicesSchema, @NonNull ApiKey key, @NonNull ObjectStoreClientConfigurationProperties objectStoreClientConfigurationProperties) -
Uses of ObjectStoreClientConfigurationProperties in co.yellowdog.platform.clients.objectstore
Methods in co.yellowdog.platform.clients.objectstore with parameters of type ObjectStoreClientConfigurationPropertiesModifier 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.