Uses of Class
com.oracle.bmc.generativeai.requests.ChangeHostedApplicationIamCompartmentRequest
-
Packages that use ChangeHostedApplicationIamCompartmentRequest Package Description com.oracle.bmc.generativeai com.oracle.bmc.generativeai.requests -
-
Uses of ChangeHostedApplicationIamCompartmentRequest in com.oracle.bmc.generativeai
Method parameters in com.oracle.bmc.generativeai with type arguments of type ChangeHostedApplicationIamCompartmentRequest Modifier and Type Method Description Future<ChangeHostedApplicationIamCompartmentResponse>GenerativeAiAsync. changeHostedApplicationIamCompartment(ChangeHostedApplicationIamCompartmentRequest request, AsyncHandler<ChangeHostedApplicationIamCompartmentRequest,ChangeHostedApplicationIamCompartmentResponse> handler)Moves a hosted application into a different compartment within the same tenancy.Future<ChangeHostedApplicationIamCompartmentResponse>GenerativeAiAsyncClient. changeHostedApplicationIamCompartment(ChangeHostedApplicationIamCompartmentRequest request, AsyncHandler<ChangeHostedApplicationIamCompartmentRequest,ChangeHostedApplicationIamCompartmentResponse> handler) -
Uses of ChangeHostedApplicationIamCompartmentRequest in com.oracle.bmc.generativeai.requests
Methods in com.oracle.bmc.generativeai.requests that return ChangeHostedApplicationIamCompartmentRequest Modifier and Type Method Description ChangeHostedApplicationIamCompartmentRequestChangeHostedApplicationIamCompartmentRequest.Builder. build()Build the instance of ChangeHostedApplicationIamCompartmentRequest as configured by this builderChangeHostedApplicationIamCompartmentRequestChangeHostedApplicationIamCompartmentRequest.Builder. buildWithoutInvocationCallback()Build the instance of ChangeHostedApplicationIamCompartmentRequest as configured by this builderMethods in com.oracle.bmc.generativeai.requests with parameters of type ChangeHostedApplicationIamCompartmentRequest Modifier and Type Method Description ChangeHostedApplicationIamCompartmentRequest.BuilderChangeHostedApplicationIamCompartmentRequest.Builder. copy(ChangeHostedApplicationIamCompartmentRequest o)Copy method to populate the builder with values from the given instance.
-