Uses of Class
com.amazonaws.services.identitymanagement.model.ListInstanceProfilesForRoleResult
-
Packages that use ListInstanceProfilesForRoleResult Package Description com.amazonaws.services.identitymanagement com.amazonaws.services.identitymanagement.model -
-
Uses of ListInstanceProfilesForRoleResult in com.amazonaws.services.identitymanagement
Methods in com.amazonaws.services.identitymanagement that return ListInstanceProfilesForRoleResult Modifier and Type Method Description ListInstanceProfilesForRoleResultAbstractAmazonIdentityManagement. listInstanceProfilesForRole(ListInstanceProfilesForRoleRequest request)ListInstanceProfilesForRoleResultAmazonIdentityManagement. listInstanceProfilesForRole(ListInstanceProfilesForRoleRequest listInstanceProfilesForRoleRequest)Lists the instance profiles that have the specified associated IAM role.ListInstanceProfilesForRoleResultAmazonIdentityManagementClient. listInstanceProfilesForRole(ListInstanceProfilesForRoleRequest listInstanceProfilesForRoleRequest)Lists the instance profiles that have the specified associated IAM role. -
Uses of ListInstanceProfilesForRoleResult in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return ListInstanceProfilesForRoleResult Modifier and Type Method Description ListInstanceProfilesForRoleResultListInstanceProfilesForRoleResult. clone()ListInstanceProfilesForRoleResultListInstanceProfilesForRoleResult. withInstanceProfiles(InstanceProfile... instanceProfiles)A list of instance profiles.ListInstanceProfilesForRoleResultListInstanceProfilesForRoleResult. withInstanceProfiles(Collection<InstanceProfile> instanceProfiles)A list of instance profiles.ListInstanceProfilesForRoleResultListInstanceProfilesForRoleResult. withIsTruncated(Boolean isTruncated)A flag that indicates whether there are more items to return.ListInstanceProfilesForRoleResultListInstanceProfilesForRoleResult. withMarker(String marker)WhenIsTruncatedistrue, this element is present and contains the value to use for theMarkerparameter in a subsequent pagination request.
-