Uses of Class
org.openapitools.client.model.IamRole
Packages that use IamRole
-
Uses of IamRole in org.openapitools.client.api
Methods in org.openapitools.client.api that return IamRoleModifier and TypeMethodDescriptionRoleApi.createRole(IamRole instance) Create a Role Creates a new roleRetrieve a Role Retrieves a role by `roleIdOrLabel`RoleApi.replaceRole(String roleIdOrLabel, IamRole instance) Replace a Role Replaces a role by `roleIdOrLabel`Methods in org.openapitools.client.api that return types with arguments of type IamRoleModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<IamRole>RoleApi.createRoleWithHttpInfo(IamRole instance) Create a Role Creates a new roleorg.springframework.http.ResponseEntity<IamRole>RoleApi.getRoleWithHttpInfo(String roleIdOrLabel) Retrieve a Role Retrieves a role by `roleIdOrLabel`org.springframework.http.ResponseEntity<IamRole>RoleApi.replaceRoleWithHttpInfo(String roleIdOrLabel, IamRole instance) Replace a Role Replaces a role by `roleIdOrLabel`Methods in org.openapitools.client.api with parameters of type IamRoleModifier and TypeMethodDescription<T> TRoleApi.createRole(Class<?> T, IamRole instance) Create a Role Creates a new roleRoleApi.createRole(IamRole instance) Create a Role Creates a new roleorg.springframework.http.ResponseEntity<IamRole>RoleApi.createRoleWithHttpInfo(IamRole instance) Create a Role Creates a new roleRoleApi.createRoleWithPaginationInfo(IamRole instance) Create a Role Creates a new role<T> TRoleApi.replaceRole(Class<?> T, String roleIdOrLabel, IamRole instance) Replace a Role Replaces a role by `roleIdOrLabel`RoleApi.replaceRole(String roleIdOrLabel, IamRole instance) Replace a Role Replaces a role by `roleIdOrLabel`org.springframework.http.ResponseEntity<IamRole>RoleApi.replaceRoleWithHttpInfo(String roleIdOrLabel, IamRole instance) Replace a Role Replaces a role by `roleIdOrLabel`RoleApi.replaceRoleWithPaginationInfo(String roleIdOrLabel, IamRole instance) Replace a Role Replaces a role by `roleIdOrLabel` -
Uses of IamRole in org.openapitools.client.model
Methods in org.openapitools.client.model that return IamRoleModifier and TypeMethodDescriptionIamRole.addPermissionsItem(RolePermissionType permissionsItem) IamRole.description(String description) IamRole.links(IamRoleLinks links) IamRole.permissions(List<RolePermissionType> permissions) Methods in org.openapitools.client.model that return types with arguments of type IamRoleMethods in org.openapitools.client.model with parameters of type IamRoleMethod parameters in org.openapitools.client.model with type arguments of type IamRole