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 InstanceProfile
InstanceProfile. clone()
InstanceProfile
CreateInstanceProfileResult. getInstanceProfile()
A structure containing details about the new instance profile.InstanceProfile
GetInstanceProfileResult. getInstanceProfile()
A structure containing details about the instance profile.InstanceProfile
InstanceProfile. withArn(String arn)
The Amazon Resource Name (ARN) specifying the instance profile.InstanceProfile
InstanceProfile. withCreateDate(Date createDate)
The date when the instance profile was created.InstanceProfile
InstanceProfile. withInstanceProfileId(String instanceProfileId)
The stable and unique string identifying the instance profile.InstanceProfile
InstanceProfile. withInstanceProfileName(String instanceProfileName)
The name identifying the instance profile.InstanceProfile
InstanceProfile. withPath(String path)
The path to the instance profile.InstanceProfile
InstanceProfile. withRoles(Role... roles)
The role associated with the instance profile.InstanceProfile
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 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 void
CreateInstanceProfileResult. setInstanceProfile(InstanceProfile instanceProfile)
A structure containing details about the new instance profile.void
GetInstanceProfileResult. setInstanceProfile(InstanceProfile instanceProfile)
A structure containing details about the instance profile.CreateInstanceProfileResult
CreateInstanceProfileResult. withInstanceProfile(InstanceProfile instanceProfile)
A structure containing details about the new instance profile.GetInstanceProfileResult
GetInstanceProfileResult. withInstanceProfile(InstanceProfile instanceProfile)
A structure containing details about the instance profile.RoleDetail
RoleDetail. withInstanceProfileList(InstanceProfile... instanceProfileList)
NOTE: This method appends the values to the existing list (if any).ListInstanceProfilesForRoleResult
ListInstanceProfilesForRoleResult. withInstanceProfiles(InstanceProfile... instanceProfiles)
A list of instance profiles.ListInstanceProfilesResult
ListInstanceProfilesResult. 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 void
RoleDetail. setInstanceProfileList(Collection<InstanceProfile> instanceProfileList)
void
ListInstanceProfilesForRoleResult. setInstanceProfiles(Collection<InstanceProfile> instanceProfiles)
A list of instance profiles.void
ListInstanceProfilesResult. setInstanceProfiles(Collection<InstanceProfile> instanceProfiles)
A list of instance profiles.RoleDetail
RoleDetail. withInstanceProfileList(Collection<InstanceProfile> instanceProfileList)
ListInstanceProfilesForRoleResult
ListInstanceProfilesForRoleResult. withInstanceProfiles(Collection<InstanceProfile> instanceProfiles)
A list of instance profiles.ListInstanceProfilesResult
ListInstanceProfilesResult. withInstanceProfiles(Collection<InstanceProfile> instanceProfiles)
A list of instance profiles.
-