Uses of Class
software.amazon.awssdk.services.rolesanywhere.model.InstanceProperty
-
Packages that use InstanceProperty Package Description software.amazon.awssdk.services.rolesanywhere.model -
-
Uses of InstanceProperty in software.amazon.awssdk.services.rolesanywhere.model
Methods in software.amazon.awssdk.services.rolesanywhere.model that return types with arguments of type InstanceProperty Modifier and Type Method Description List<InstanceProperty>SubjectDetail. instanceProperties()The specified instance properties associated with the request.Methods in software.amazon.awssdk.services.rolesanywhere.model with parameters of type InstanceProperty Modifier and Type Method Description SubjectDetail.BuilderSubjectDetail.Builder. instanceProperties(InstanceProperty... instanceProperties)The specified instance properties associated with the request.Method parameters in software.amazon.awssdk.services.rolesanywhere.model with type arguments of type InstanceProperty Modifier and Type Method Description SubjectDetail.BuilderSubjectDetail.Builder. instanceProperties(Collection<InstanceProperty> instanceProperties)The specified instance properties associated with the request.
-