Uses of Class
software.amazon.awssdk.services.iam.model.InstanceProfile
-
Packages that use InstanceProfile Package Description software.amazon.awssdk.services.iam.model software.amazon.awssdk.services.iam.paginators -
-
Uses of InstanceProfile in software.amazon.awssdk.services.iam.model
Methods in software.amazon.awssdk.services.iam.model that return InstanceProfile Modifier and Type Method Description InstanceProfileCreateInstanceProfileResponse. instanceProfile()A structure containing details about the new instance profile.InstanceProfileGetInstanceProfileResponse. instanceProfile()A structure containing details about the instance profile.Methods in software.amazon.awssdk.services.iam.model that return types with arguments of type InstanceProfile Modifier and Type Method Description List<InstanceProfile>RoleDetail. instanceProfileList()A list of instance profiles that contain this role.List<InstanceProfile>ListInstanceProfilesForRoleResponse. instanceProfiles()A list of instance profiles.List<InstanceProfile>ListInstanceProfilesResponse. instanceProfiles()A list of instance profiles.Methods in software.amazon.awssdk.services.iam.model with parameters of type InstanceProfile Modifier and Type Method Description CreateInstanceProfileResponse.BuilderCreateInstanceProfileResponse.Builder. instanceProfile(InstanceProfile instanceProfile)A structure containing details about the new instance profile.GetInstanceProfileResponse.BuilderGetInstanceProfileResponse.Builder. instanceProfile(InstanceProfile instanceProfile)A structure containing details about the instance profile.RoleDetail.BuilderRoleDetail.Builder. instanceProfileList(InstanceProfile... instanceProfileList)A list of instance profiles that contain this role.ListInstanceProfilesForRoleResponse.BuilderListInstanceProfilesForRoleResponse.Builder. instanceProfiles(InstanceProfile... instanceProfiles)A list of instance profiles.ListInstanceProfilesResponse.BuilderListInstanceProfilesResponse.Builder. instanceProfiles(InstanceProfile... instanceProfiles)A list of instance profiles.Method parameters in software.amazon.awssdk.services.iam.model with type arguments of type InstanceProfile Modifier and Type Method Description RoleDetail.BuilderRoleDetail.Builder. instanceProfileList(Collection<InstanceProfile> instanceProfileList)A list of instance profiles that contain this role.ListInstanceProfilesForRoleResponse.BuilderListInstanceProfilesForRoleResponse.Builder. instanceProfiles(Collection<InstanceProfile> instanceProfiles)A list of instance profiles.ListInstanceProfilesResponse.BuilderListInstanceProfilesResponse.Builder. instanceProfiles(Collection<InstanceProfile> instanceProfiles)A list of instance profiles. -
Uses of InstanceProfile in software.amazon.awssdk.services.iam.paginators
Methods in software.amazon.awssdk.services.iam.paginators that return types with arguments of type InstanceProfile Modifier and Type Method Description SdkIterable<InstanceProfile>ListInstanceProfilesForRoleIterable. instanceProfiles()Returns an iterable to iterate through the paginatedListInstanceProfilesForRoleResponse.instanceProfiles()member.SdkPublisher<InstanceProfile>ListInstanceProfilesForRolePublisher. instanceProfiles()Returns a publisher that can be used to get a stream of data.SdkIterable<InstanceProfile>ListInstanceProfilesIterable. instanceProfiles()Returns an iterable to iterate through the paginatedListInstanceProfilesResponse.instanceProfiles()member.SdkPublisher<InstanceProfile>ListInstanceProfilesPublisher. instanceProfiles()Returns a publisher that can be used to get a stream of data.
-