Uses of Class
com.oracle.bmc.generativeai.requests.GetHostedApplicationIamRequest
-
Packages that use GetHostedApplicationIamRequest Package Description com.oracle.bmc.generativeai com.oracle.bmc.generativeai.requests -
-
Uses of GetHostedApplicationIamRequest in com.oracle.bmc.generativeai
Method parameters in com.oracle.bmc.generativeai with type arguments of type GetHostedApplicationIamRequest Modifier and Type Method Description Future<GetHostedApplicationIamResponse>GenerativeAiAsync. getHostedApplicationIam(GetHostedApplicationIamRequest request, AsyncHandler<GetHostedApplicationIamRequest,GetHostedApplicationIamResponse> handler)Gets information about a hosted application.Future<GetHostedApplicationIamResponse>GenerativeAiAsyncClient. getHostedApplicationIam(GetHostedApplicationIamRequest request, AsyncHandler<GetHostedApplicationIamRequest,GetHostedApplicationIamResponse> handler) -
Uses of GetHostedApplicationIamRequest in com.oracle.bmc.generativeai.requests
Methods in com.oracle.bmc.generativeai.requests that return GetHostedApplicationIamRequest Modifier and Type Method Description GetHostedApplicationIamRequestGetHostedApplicationIamRequest.Builder. build()Build the instance of GetHostedApplicationIamRequest as configured by this builderGetHostedApplicationIamRequestGetHostedApplicationIamRequest.Builder. buildWithoutInvocationCallback()Build the instance of GetHostedApplicationIamRequest as configured by this builderMethods in com.oracle.bmc.generativeai.requests with parameters of type GetHostedApplicationIamRequest Modifier and Type Method Description GetHostedApplicationIamRequest.BuilderGetHostedApplicationIamRequest.Builder. copy(GetHostedApplicationIamRequest o)Copy method to populate the builder with values from the given instance.
-