Uses of Class
com.oracle.bmc.identitydomains.model.AppRole
-
Packages that use AppRole Package Description com.oracle.bmc.identitydomains.model com.oracle.bmc.identitydomains.requests com.oracle.bmc.identitydomains.responses -
-
Uses of AppRole in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return AppRole Modifier and Type Method Description AppRole
AppRole.Builder. build()
Methods in com.oracle.bmc.identitydomains.model that return types with arguments of type AppRole Modifier and Type Method Description List<AppRole>
AppRoles. getResources()
A multi-valued list of complex objects containing the requested resources.Methods in com.oracle.bmc.identitydomains.model with parameters of type AppRole Modifier and Type Method Description AppRole.Builder
AppRole.Builder. copy(AppRole model)
Method parameters in com.oracle.bmc.identitydomains.model with type arguments of type AppRole Modifier and Type Method Description AppRoles.Builder
AppRoles.Builder. resources(List<AppRole> resources)
A multi-valued list of complex objects containing the requested resources. -
Uses of AppRole in com.oracle.bmc.identitydomains.requests
Methods in com.oracle.bmc.identitydomains.requests that return AppRole Modifier and Type Method Description AppRole
CreateAppRoleRequest. getAppRole()
AppRole schema.AppRole
CreateAppRoleRequest. getBody$()
Alternative accessor for the body parameter.Methods in com.oracle.bmc.identitydomains.requests with parameters of type AppRole Modifier and Type Method Description CreateAppRoleRequest.Builder
CreateAppRoleRequest.Builder. appRole(AppRole appRole)
AppRole schema.CreateAppRoleRequest.Builder
CreateAppRoleRequest.Builder. body$(AppRole body)
Alternative setter for the body parameter. -
Uses of AppRole in com.oracle.bmc.identitydomains.responses
Methods in com.oracle.bmc.identitydomains.responses that return AppRole Modifier and Type Method Description AppRole
CreateAppRoleResponse. getAppRole()
The returned AppRole instance.AppRole
GetAppRoleResponse. getAppRole()
The returned AppRole instance.AppRole
PatchAppRoleResponse. getAppRole()
The returned AppRole instance.Methods in com.oracle.bmc.identitydomains.responses with parameters of type AppRole Modifier and Type Method Description CreateAppRoleResponse.Builder
CreateAppRoleResponse.Builder. appRole(AppRole appRole)
The returned AppRole instance.GetAppRoleResponse.Builder
GetAppRoleResponse.Builder. appRole(AppRole appRole)
The returned AppRole instance.PatchAppRoleResponse.Builder
PatchAppRoleResponse.Builder. appRole(AppRole appRole)
The returned AppRole instance.
-