Uses of Class
com.oracle.bmc.identitydomains.responses.GetAppRoleResponse
-
Packages that use GetAppRoleResponse Package Description com.oracle.bmc.identitydomains com.oracle.bmc.identitydomains.responses -
-
Uses of GetAppRoleResponse in com.oracle.bmc.identitydomains
Methods in com.oracle.bmc.identitydomains that return GetAppRoleResponse Modifier and Type Method Description GetAppRoleResponse
IdentityDomains. getAppRole(GetAppRoleRequest request)
Get an AppRoleGetAppRoleResponse
IdentityDomainsClient. getAppRole(GetAppRoleRequest request)
Methods in com.oracle.bmc.identitydomains that return types with arguments of type GetAppRoleResponse 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)
Method parameters in com.oracle.bmc.identitydomains with type arguments of type GetAppRoleResponse 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 GetAppRoleResponse in com.oracle.bmc.identitydomains.responses
Methods in com.oracle.bmc.identitydomains.responses that return GetAppRoleResponse Modifier and Type Method Description GetAppRoleResponse
GetAppRoleResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.identitydomains.responses with parameters of type GetAppRoleResponse Modifier and Type Method Description GetAppRoleResponse.Builder
GetAppRoleResponse.Builder. copy(GetAppRoleResponse o)
Copy method to populate the builder with values from the given instance.
-