Uses of Class
co.yellowdog.platform.clients.web.UserAgent
Packages that use UserAgent
Package
Description
Holds the client types used to access the YellowDog Account Service.
Provides the classes needed to interact with the YellowDog Compute service.
Provides the classes needed to interact with the YellowDog Images service.
Provides the classes needed to interact with the YellowDog Namespaces service.
Provides the classes needed to interact with the YellowDog Object Store service.
Provides the classes needed to interact with the YellowDog Scheduler service.
Provides the classes needed to interact with the YellowDog Usage service Allowances endpoints.
-
Uses of UserAgent in co.yellowdog.platform.clients.account
Methods in co.yellowdog.platform.clients.account with parameters of type UserAgentModifier and TypeMethodDescriptionstatic AccountClientImpl
AccountClientImpl.create
(@NonNull ServicesSchema servicesSchema, @NonNull RetryFactory retryFactory, @NonNull AuthenticationHeadersProvider authenticationHeadersProvider, @NonNull com.fasterxml.jackson.databind.ObjectMapper objectMapper, @NonNull UserAgent userAgent) static KeyringClientImpl
KeyringClientImpl.create
(@NonNull ServicesSchema servicesSchema, @NonNull RetryFactory retryFactory, @NonNull AuthenticationHeadersProvider authenticationHeadersProvider, @NonNull com.fasterxml.jackson.databind.ObjectMapper objectMapper, @NonNull UserAgent userAgent) -
Uses of UserAgent in co.yellowdog.platform.clients.cloudinfo
Methods in co.yellowdog.platform.clients.cloudinfo with parameters of type UserAgentModifier and TypeMethodDescriptionstatic CloudInfoClient
CloudInfoClientImpl.create
(@NonNull ServicesSchema servicesSchema, @NonNull RetryFactory retryFactory, @NonNull AuthenticationHeadersProvider authenticationHeadersProvider, @NonNull com.fasterxml.jackson.databind.ObjectMapper objectMapper, @NonNull UserAgent userAgent) -
Uses of UserAgent in co.yellowdog.platform.clients.compute
Methods in co.yellowdog.platform.clients.compute with parameters of type UserAgentModifier and TypeMethodDescriptionstatic ComputeClientImpl
ComputeClientImpl.create
(@NonNull ServicesSchema servicesSchema, @NonNull RetryFactory retryFactory, @NonNull AuthenticationHeadersProvider authenticationHeadersProvider, @NonNull com.fasterxml.jackson.databind.ObjectMapper objectMapper, @NonNull UserAgent userAgent) -
Uses of UserAgent in co.yellowdog.platform.clients.images
Methods in co.yellowdog.platform.clients.images with parameters of type UserAgentModifier and TypeMethodDescriptionstatic ImagesClientImpl
ImagesClientImpl.create
(@NonNull ServicesSchema servicesSchema, @NonNull RetryFactory retryFactory, @NonNull AuthenticationHeadersProvider authenticationHeadersProvider, @NonNull com.fasterxml.jackson.databind.ObjectMapper objectMapper, @NonNull UserAgent userAgent) -
Uses of UserAgent in co.yellowdog.platform.clients.namespaces
Methods in co.yellowdog.platform.clients.namespaces with parameters of type UserAgentModifier and TypeMethodDescriptionstatic NamespacesClientImpl
NamespacesClientImpl.create
(@NonNull ServicesSchema servicesSchema, @NonNull RetryFactory retryFactory, @NonNull AuthenticationHeadersProvider authenticationHeadersProvider, @NonNull com.fasterxml.jackson.databind.ObjectMapper objectMapper, @NonNull UserAgent userAgent) -
Uses of UserAgent in co.yellowdog.platform.clients.objectstore
Methods in co.yellowdog.platform.clients.objectstore with parameters of type UserAgentModifier 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. -
Uses of UserAgent in co.yellowdog.platform.clients.scheduler
Methods in co.yellowdog.platform.clients.scheduler with parameters of type UserAgentModifier and TypeMethodDescriptionstatic WorkClientImpl
WorkClientImpl.create
(@NonNull ServicesSchema servicesSchema, @NonNull RetryFactory retryFactory, @NonNull AuthenticationHeadersProvider authenticationHeadersProvider, @NonNull com.fasterxml.jackson.databind.ObjectMapper objectMapper, @NonNull UserAgent userAgent) static WorkerPoolClientImpl
WorkerPoolClientImpl.create
(@NonNull ServicesSchema servicesSchema, @NonNull RetryFactory retryFactory, @NonNull AuthenticationHeadersProvider authenticationHeadersProvider, @NonNull com.fasterxml.jackson.databind.ObjectMapper objectMapper, @NonNull UserAgent userAgent) -
Uses of UserAgent in co.yellowdog.platform.clients.usage
Methods in co.yellowdog.platform.clients.usage with parameters of type UserAgentModifier and TypeMethodDescriptionstatic AllowancesClientImpl
AllowancesClientImpl.create
(@NonNull ServicesSchema servicesSchema, @NonNull RetryFactory retryFactory, @NonNull AuthenticationHeadersProvider authenticationHeadersProvider, @NonNull com.fasterxml.jackson.databind.ObjectMapper objectMapper, @NonNull UserAgent userAgent) -
Uses of UserAgent in co.yellowdog.platform.clients.web
Methods in co.yellowdog.platform.clients.web with parameters of type UserAgentModifier and TypeMethodDescriptionConstructors in co.yellowdog.platform.clients.web with parameters of type UserAgentModifierConstructorDescriptionprotected
AbstractHttpRequestBuilder
(java.net.http.HttpClient httpClient, JsonMapper jsonMapper, JsonBodyHandlerFactory jsonBodyHandlerFactory, java.net.http.HttpRequest.Builder requestBuilder, HttpMethod httpMethod, AuthenticationHeadersProvider authenticationHeadersProvider, Retry retry, ErrorHandler errorHandler, UserAgent userAgent) protected
BodyHttpRequestBuilder
(java.net.http.HttpClient httpClient, JsonMapper jsonMapper, JsonBodyHandlerFactory jsonBodyHandlerFactory, java.net.http.HttpRequest.Builder requestBuilder, HttpMethod httpMethod, AuthenticationHeadersProvider authenticationHeadersProvider, Retry retry, ErrorHandler errorHandler, UserAgent userAgent) protected
HttpRequestBuilder
(java.net.http.HttpClient httpClient, JsonMapper jsonMapper, JsonBodyHandlerFactory jsonBodyHandlerFactory, java.net.http.HttpRequest.Builder requestBuilder, HttpMethod httpMethod, AuthenticationHeadersProvider authenticationHeadersProvider, Retry retry, ErrorHandler errorHandler, UserAgent userAgent) -
Uses of UserAgent in co.yellowdog.platform.clients.web.headers
Methods in co.yellowdog.platform.clients.web.headers with parameters of type UserAgent