Uses of Class
com.oracle.bmc.artifacts.responses.GetRepositoryResponse
-
Packages that use GetRepositoryResponse Package Description com.oracle.bmc.artifacts com.oracle.bmc.artifacts.responses -
-
Uses of GetRepositoryResponse in com.oracle.bmc.artifacts
Methods in com.oracle.bmc.artifacts that return GetRepositoryResponse Modifier and Type Method Description GetRepositoryResponse
Artifacts. getRepository(GetRepositoryRequest request)
Gets the specified repository’s information.GetRepositoryResponse
ArtifactsClient. getRepository(GetRepositoryRequest request)
Method parameters in com.oracle.bmc.artifacts with type arguments of type GetRepositoryResponse Modifier and Type Method Description Future<GetRepositoryResponse>
ArtifactsAsync. getRepository(GetRepositoryRequest request, AsyncHandler<GetRepositoryRequest,GetRepositoryResponse> handler)
Gets the specified repository’s information.Future<GetRepositoryResponse>
ArtifactsAsyncClient. getRepository(GetRepositoryRequest request, AsyncHandler<GetRepositoryRequest,GetRepositoryResponse> handler)
-
Uses of GetRepositoryResponse in com.oracle.bmc.artifacts.responses
Methods in com.oracle.bmc.artifacts.responses that return GetRepositoryResponse Modifier and Type Method Description GetRepositoryResponse
GetRepositoryResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.artifacts.responses with parameters of type GetRepositoryResponse Modifier and Type Method Description GetRepositoryResponse.Builder
GetRepositoryResponse.Builder. copy(GetRepositoryResponse o)
Copy method to populate the builder with values from the given instance.
-