Uses of Class
com.oracle.bmc.containerregistry.requests.GetAccessTokenRequest
-
Packages that use GetAccessTokenRequest Package Description com.oracle.bmc.containerregistry com.oracle.bmc.containerregistry.requests -
-
Uses of GetAccessTokenRequest in com.oracle.bmc.containerregistry
Methods in com.oracle.bmc.containerregistry with parameters of type GetAccessTokenRequest Modifier and Type Method Description GetAccessTokenResponseContainerRegistry. getAccessToken(GetAccessTokenRequest request)Get a token using basic auth credentials or signature headersFuture<GetAccessTokenResponse>ContainerRegistryAsync. getAccessToken(GetAccessTokenRequest request, AsyncHandler<GetAccessTokenRequest,GetAccessTokenResponse> handler)Get a token using basic auth credentials or signature headersFuture<GetAccessTokenResponse>ContainerRegistryAsyncClient. getAccessToken(GetAccessTokenRequest request, AsyncHandler<GetAccessTokenRequest,GetAccessTokenResponse> handler)GetAccessTokenResponseContainerRegistryClient. getAccessToken(GetAccessTokenRequest request)Method parameters in com.oracle.bmc.containerregistry with type arguments of type GetAccessTokenRequest Modifier and Type Method Description Future<GetAccessTokenResponse>ContainerRegistryAsync. getAccessToken(GetAccessTokenRequest request, AsyncHandler<GetAccessTokenRequest,GetAccessTokenResponse> handler)Get a token using basic auth credentials or signature headersFuture<GetAccessTokenResponse>ContainerRegistryAsyncClient. getAccessToken(GetAccessTokenRequest request, AsyncHandler<GetAccessTokenRequest,GetAccessTokenResponse> handler) -
Uses of GetAccessTokenRequest in com.oracle.bmc.containerregistry.requests
Methods in com.oracle.bmc.containerregistry.requests that return GetAccessTokenRequest Modifier and Type Method Description GetAccessTokenRequestGetAccessTokenRequest.Builder. build()Build the instance of GetAccessTokenRequest as configured by this builderGetAccessTokenRequestGetAccessTokenRequest.Builder. buildWithoutInvocationCallback()Build the instance of GetAccessTokenRequest as configured by this builderMethods in com.oracle.bmc.containerregistry.requests with parameters of type GetAccessTokenRequest Modifier and Type Method Description GetAccessTokenRequest.BuilderGetAccessTokenRequest.Builder. copy(GetAccessTokenRequest o)Copy method to populate the builder with values from the given instance.
-