Uses of Class
com.oracle.bmc.identitydomains.requests.PatchAppRequest
-
Packages that use PatchAppRequest Package Description com.oracle.bmc.identitydomains com.oracle.bmc.identitydomains.requests -
-
Uses of PatchAppRequest in com.oracle.bmc.identitydomains
Methods in com.oracle.bmc.identitydomains with parameters of type PatchAppRequest Modifier and Type Method Description PatchAppResponse
IdentityDomains. patchApp(PatchAppRequest request)
Update an AppFuture<PatchAppResponse>
IdentityDomainsAsync. patchApp(PatchAppRequest request, AsyncHandler<PatchAppRequest,PatchAppResponse> handler)
Update an AppFuture<PatchAppResponse>
IdentityDomainsAsyncClient. patchApp(PatchAppRequest request, AsyncHandler<PatchAppRequest,PatchAppResponse> handler)
PatchAppResponse
IdentityDomainsClient. patchApp(PatchAppRequest request)
Method parameters in com.oracle.bmc.identitydomains with type arguments of type PatchAppRequest Modifier and Type Method Description Future<PatchAppResponse>
IdentityDomainsAsync. patchApp(PatchAppRequest request, AsyncHandler<PatchAppRequest,PatchAppResponse> handler)
Update an AppFuture<PatchAppResponse>
IdentityDomainsAsyncClient. patchApp(PatchAppRequest request, AsyncHandler<PatchAppRequest,PatchAppResponse> handler)
-
Uses of PatchAppRequest in com.oracle.bmc.identitydomains.requests
Methods in com.oracle.bmc.identitydomains.requests that return PatchAppRequest Modifier and Type Method Description PatchAppRequest
PatchAppRequest.Builder. build()
Build the instance of PatchAppRequest as configured by this builderPatchAppRequest
PatchAppRequest.Builder. buildWithoutInvocationCallback()
Build the instance of PatchAppRequest as configured by this builderMethods in com.oracle.bmc.identitydomains.requests with parameters of type PatchAppRequest Modifier and Type Method Description PatchAppRequest.Builder
PatchAppRequest.Builder. copy(PatchAppRequest o)
Copy method to populate the builder with values from the given instance.
-