Uses of Class
com.oracle.bmc.identitydomains.requests.PutAppRequest
- 
Packages that use PutAppRequest Package Description com.oracle.bmc.identitydomains com.oracle.bmc.identitydomains.requests 
- 
- 
Uses of PutAppRequest in com.oracle.bmc.identitydomainsMethods in com.oracle.bmc.identitydomains with parameters of type PutAppRequest Modifier and Type Method Description PutAppResponseIdentityDomains. putApp(PutAppRequest request)Replace an AppFuture<PutAppResponse>IdentityDomainsAsync. putApp(PutAppRequest request, AsyncHandler<PutAppRequest,PutAppResponse> handler)Replace an AppFuture<PutAppResponse>IdentityDomainsAsyncClient. putApp(PutAppRequest request, AsyncHandler<PutAppRequest,PutAppResponse> handler)PutAppResponseIdentityDomainsClient. putApp(PutAppRequest request)Method parameters in com.oracle.bmc.identitydomains with type arguments of type PutAppRequest Modifier and Type Method Description Future<PutAppResponse>IdentityDomainsAsync. putApp(PutAppRequest request, AsyncHandler<PutAppRequest,PutAppResponse> handler)Replace an AppFuture<PutAppResponse>IdentityDomainsAsyncClient. putApp(PutAppRequest request, AsyncHandler<PutAppRequest,PutAppResponse> handler)
- 
Uses of PutAppRequest in com.oracle.bmc.identitydomains.requestsMethods in com.oracle.bmc.identitydomains.requests that return PutAppRequest Modifier and Type Method Description PutAppRequestPutAppRequest.Builder. build()Build the instance of PutAppRequest as configured by this builderPutAppRequestPutAppRequest.Builder. buildWithoutInvocationCallback()Build the instance of PutAppRequest as configured by this builderMethods in com.oracle.bmc.identitydomains.requests with parameters of type PutAppRequest Modifier and Type Method Description PutAppRequest.BuilderPutAppRequest.Builder. copy(PutAppRequest o)Copy method to populate the builder with values from the given instance.
 
-