| Package | Description |
|---|---|
| com.amazonaws.services.iamrolesanywhere.model |
| Modifier and Type | Method and Description |
|---|---|
InstanceProperty |
InstanceProperty.addPropertiesEntry(String key,
String value)
Add a single Properties entry
|
InstanceProperty |
InstanceProperty.clearPropertiesEntries()
Removes all the entries added into Properties.
|
InstanceProperty |
InstanceProperty.clone() |
InstanceProperty |
InstanceProperty.withFailed(Boolean failed)
Indicates whether the temporary credential request was successful.
|
InstanceProperty |
InstanceProperty.withProperties(Map<String,String> properties)
A list of instanceProperty objects.
|
InstanceProperty |
InstanceProperty.withSeenAt(Date seenAt)
The ISO-8601 time stamp of when the certificate was last used in a temporary credential request.
|
| Modifier and Type | Method and Description |
|---|---|
List<InstanceProperty> |
SubjectDetail.getInstanceProperties()
The specified instance properties associated with the request.
|
| Modifier and Type | Method and Description |
|---|---|
SubjectDetail |
SubjectDetail.withInstanceProperties(InstanceProperty... instanceProperties)
The specified instance properties associated with the request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SubjectDetail.setInstanceProperties(Collection<InstanceProperty> instanceProperties)
The specified instance properties associated with the request.
|
SubjectDetail |
SubjectDetail.withInstanceProperties(Collection<InstanceProperty> instanceProperties)
The specified instance properties associated with the request.
|
Copyright © 2023. All rights reserved.