Uses of Class
com.amazonaws.services.identitymanagement.model.RoleDetail
Packages that use RoleDetail
-
Uses of RoleDetail in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return RoleDetailModifier and TypeMethodDescriptionRoleDetail.clone()RoleDetail.withAssumeRolePolicyDocument(String assumeRolePolicyDocument) The trust policy that grants permission to assume the role.RoleDetail.withAttachedManagedPolicies(AttachedPolicy... attachedManagedPolicies) A list of managed policies attached to the role.RoleDetail.withAttachedManagedPolicies(Collection<AttachedPolicy> attachedManagedPolicies) A list of managed policies attached to the role.RoleDetail.withCreateDate(Date createDate) The date and time, in ISO 8601 date-time format, when the role was created.RoleDetail.withInstanceProfileList(InstanceProfile... instanceProfileList) NOTE: This method appends the values to the existing list (if any).RoleDetail.withInstanceProfileList(Collection<InstanceProfile> instanceProfileList) The path to the role.RoleDetail.withRoleId(String roleId) The stable and unique string identifying the role.RoleDetail.withRoleName(String roleName) The friendly name that identifies the role.RoleDetail.withRolePolicyList(PolicyDetail... rolePolicyList) A list of inline policies embedded in the role.RoleDetail.withRolePolicyList(Collection<PolicyDetail> rolePolicyList) A list of inline policies embedded in the role.Methods in com.amazonaws.services.identitymanagement.model that return types with arguments of type RoleDetailModifier and TypeMethodDescriptionGetAccountAuthorizationDetailsResult.getRoleDetailList()A list containing information about IAM roles.Methods in com.amazonaws.services.identitymanagement.model with parameters of type RoleDetailModifier and TypeMethodDescriptionGetAccountAuthorizationDetailsResult.withRoleDetailList(RoleDetail... roleDetailList) A list containing information about IAM roles.Method parameters in com.amazonaws.services.identitymanagement.model with type arguments of type RoleDetailModifier and TypeMethodDescriptionvoidGetAccountAuthorizationDetailsResult.setRoleDetailList(Collection<RoleDetail> roleDetailList) A list containing information about IAM roles.GetAccountAuthorizationDetailsResult.withRoleDetailList(Collection<RoleDetail> roleDetailList) A list containing information about IAM roles.