Uses of Class
com.amazonaws.services.identitymanagement.model.InstanceProfile
Packages that use InstanceProfile
-
Uses of InstanceProfile in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return InstanceProfileModifier and TypeMethodDescriptionInstanceProfile.clone()CreateInstanceProfileResult.getInstanceProfile()A structure containing details about the new instance profile.GetInstanceProfileResult.getInstanceProfile()A structure containing details about the instance profile.The Amazon Resource Name (ARN) specifying the instance profile.InstanceProfile.withCreateDate(Date createDate) The date when the instance profile was created.InstanceProfile.withInstanceProfileId(String instanceProfileId) The stable and unique string identifying the instance profile.InstanceProfile.withInstanceProfileName(String instanceProfileName) The name identifying the instance profile.The path to the instance profile.The role associated with the instance profile.InstanceProfile.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 InstanceProfileModifier and TypeMethodDescriptionRoleDetail.getInstanceProfileList()ListInstanceProfilesForRoleResult.getInstanceProfiles()A list of instance profiles.ListInstanceProfilesResult.getInstanceProfiles()A list of instance profiles.Methods in com.amazonaws.services.identitymanagement.model with parameters of type InstanceProfileModifier and TypeMethodDescriptionvoidCreateInstanceProfileResult.setInstanceProfile(InstanceProfile instanceProfile) A structure containing details about the new instance profile.voidGetInstanceProfileResult.setInstanceProfile(InstanceProfile instanceProfile) A structure containing details about the instance profile.CreateInstanceProfileResult.withInstanceProfile(InstanceProfile instanceProfile) A structure containing details about the new instance profile.GetInstanceProfileResult.withInstanceProfile(InstanceProfile instanceProfile) A structure containing details about the instance profile.RoleDetail.withInstanceProfileList(InstanceProfile... instanceProfileList) NOTE: This method appends the values to the existing list (if any).ListInstanceProfilesForRoleResult.withInstanceProfiles(InstanceProfile... instanceProfiles) A list of instance profiles.ListInstanceProfilesResult.withInstanceProfiles(InstanceProfile... instanceProfiles) A list of instance profiles.Method parameters in com.amazonaws.services.identitymanagement.model with type arguments of type InstanceProfileModifier and TypeMethodDescriptionvoidRoleDetail.setInstanceProfileList(Collection<InstanceProfile> instanceProfileList) voidListInstanceProfilesForRoleResult.setInstanceProfiles(Collection<InstanceProfile> instanceProfiles) A list of instance profiles.voidListInstanceProfilesResult.setInstanceProfiles(Collection<InstanceProfile> instanceProfiles) A list of instance profiles.RoleDetail.withInstanceProfileList(Collection<InstanceProfile> instanceProfileList) ListInstanceProfilesForRoleResult.withInstanceProfiles(Collection<InstanceProfile> instanceProfiles) A list of instance profiles.ListInstanceProfilesResult.withInstanceProfiles(Collection<InstanceProfile> instanceProfiles) A list of instance profiles.