Uses of Class
com.amazonaws.services.identitymanagement.model.InstanceProfile
-
Packages that use InstanceProfile Package Description com.amazonaws.services.identitymanagement.model -
-
Uses of InstanceProfile in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return InstanceProfile Modifier and Type Method Description InstanceProfileInstanceProfile. clone()InstanceProfileCreateInstanceProfileResult. getInstanceProfile()A structure containing details about the new instance profile.InstanceProfileGetInstanceProfileResult. getInstanceProfile()A structure containing details about the instance profile.InstanceProfileInstanceProfile. withArn(String arn)The Amazon Resource Name (ARN) specifying the instance profile.InstanceProfileInstanceProfile. withCreateDate(Date createDate)The date when the instance profile was created.InstanceProfileInstanceProfile. withInstanceProfileId(String instanceProfileId)The stable and unique string identifying the instance profile.InstanceProfileInstanceProfile. withInstanceProfileName(String instanceProfileName)The name identifying the instance profile.InstanceProfileInstanceProfile. withPath(String path)The path to the instance profile.InstanceProfileInstanceProfile. withRoles(Role... roles)The role associated with the instance profile.InstanceProfileInstanceProfile. withRoles(Collection<Role> roles)The role associated with the instance profile.Methods in com.amazonaws.services.identitymanagement.model that return types with arguments of type InstanceProfile Modifier and Type Method Description List<InstanceProfile>RoleDetail. getInstanceProfileList()List<InstanceProfile>ListInstanceProfilesForRoleResult. getInstanceProfiles()A list of instance profiles.List<InstanceProfile>ListInstanceProfilesResult. getInstanceProfiles()A list of instance profiles.Methods in com.amazonaws.services.identitymanagement.model with parameters of type InstanceProfile Modifier and Type Method Description voidCreateInstanceProfileResult. setInstanceProfile(InstanceProfile instanceProfile)A structure containing details about the new instance profile.voidGetInstanceProfileResult. setInstanceProfile(InstanceProfile instanceProfile)A structure containing details about the instance profile.CreateInstanceProfileResultCreateInstanceProfileResult. withInstanceProfile(InstanceProfile instanceProfile)A structure containing details about the new instance profile.GetInstanceProfileResultGetInstanceProfileResult. withInstanceProfile(InstanceProfile instanceProfile)A structure containing details about the instance profile.RoleDetailRoleDetail. withInstanceProfileList(InstanceProfile... instanceProfileList)NOTE: This method appends the values to the existing list (if any).ListInstanceProfilesForRoleResultListInstanceProfilesForRoleResult. withInstanceProfiles(InstanceProfile... instanceProfiles)A list of instance profiles.ListInstanceProfilesResultListInstanceProfilesResult. withInstanceProfiles(InstanceProfile... instanceProfiles)A list of instance profiles.Method parameters in com.amazonaws.services.identitymanagement.model with type arguments of type InstanceProfile Modifier and Type Method Description voidRoleDetail. setInstanceProfileList(Collection<InstanceProfile> instanceProfileList)voidListInstanceProfilesForRoleResult. setInstanceProfiles(Collection<InstanceProfile> instanceProfiles)A list of instance profiles.voidListInstanceProfilesResult. setInstanceProfiles(Collection<InstanceProfile> instanceProfiles)A list of instance profiles.RoleDetailRoleDetail. withInstanceProfileList(Collection<InstanceProfile> instanceProfileList)ListInstanceProfilesForRoleResultListInstanceProfilesForRoleResult. withInstanceProfiles(Collection<InstanceProfile> instanceProfiles)A list of instance profiles.ListInstanceProfilesResultListInstanceProfilesResult. withInstanceProfiles(Collection<InstanceProfile> instanceProfiles)A list of instance profiles.
-