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