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