Uses of Class
com.oracle.bmc.genericartifactscontent.responses.GetGenericArtifactContentResponse
-
Packages that use GetGenericArtifactContentResponse Package Description com.oracle.bmc.genericartifactscontent com.oracle.bmc.genericartifactscontent.responses -
-
Uses of GetGenericArtifactContentResponse in com.oracle.bmc.genericartifactscontent
Methods in com.oracle.bmc.genericartifactscontent that return GetGenericArtifactContentResponse Modifier and Type Method Description GetGenericArtifactContentResponse
GenericArtifactsContent. getGenericArtifactContent(GetGenericArtifactContentRequest request)
Gets the specified artifact’s content.GetGenericArtifactContentResponse
GenericArtifactsContentClient. getGenericArtifactContent(GetGenericArtifactContentRequest request)
Methods in com.oracle.bmc.genericartifactscontent that return types with arguments of type GetGenericArtifactContentResponse Modifier and Type Method Description Future<GetGenericArtifactContentResponse>
GenericArtifactsContentAsync. getGenericArtifactContent(GetGenericArtifactContentRequest request, AsyncHandler<GetGenericArtifactContentRequest,GetGenericArtifactContentResponse> handler)
Gets the specified artifact’s content.Future<GetGenericArtifactContentResponse>
GenericArtifactsContentAsyncClient. getGenericArtifactContent(GetGenericArtifactContentRequest request, AsyncHandler<GetGenericArtifactContentRequest,GetGenericArtifactContentResponse> handler)
Method parameters in com.oracle.bmc.genericartifactscontent with type arguments of type GetGenericArtifactContentResponse Modifier and Type Method Description Future<GetGenericArtifactContentResponse>
GenericArtifactsContentAsync. getGenericArtifactContent(GetGenericArtifactContentRequest request, AsyncHandler<GetGenericArtifactContentRequest,GetGenericArtifactContentResponse> handler)
Gets the specified artifact’s content.Future<GetGenericArtifactContentResponse>
GenericArtifactsContentAsyncClient. getGenericArtifactContent(GetGenericArtifactContentRequest request, AsyncHandler<GetGenericArtifactContentRequest,GetGenericArtifactContentResponse> handler)
-
Uses of GetGenericArtifactContentResponse in com.oracle.bmc.genericartifactscontent.responses
Methods in com.oracle.bmc.genericartifactscontent.responses that return GetGenericArtifactContentResponse Modifier and Type Method Description GetGenericArtifactContentResponse
GetGenericArtifactContentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.genericartifactscontent.responses with parameters of type GetGenericArtifactContentResponse Modifier and Type Method Description GetGenericArtifactContentResponse.Builder
GetGenericArtifactContentResponse.Builder. copy(GetGenericArtifactContentResponse o)
Copy method to populate the builder with values from the given instance.
-