Uses of Class
software.amazon.awssdk.services.directoryservicedata.model.AttributeValue
-
Packages that use AttributeValue Package Description software.amazon.awssdk.services.directoryservicedata.model -
-
Uses of AttributeValue in software.amazon.awssdk.services.directoryservicedata.model
Methods in software.amazon.awssdk.services.directoryservicedata.model that return AttributeValue Modifier and Type Method Description static AttributeValueAttributeValue. fromBool(Boolean bool)Create an instance of this class withbool()initialized to the given value.static AttributeValueAttributeValue. fromN(Long n)Create an instance of this class withn()initialized to the given value.static AttributeValueAttributeValue. fromS(String s)Create an instance of this class withs()initialized to the given value.static AttributeValueAttributeValue. fromSs(List<String> ss)Create an instance of this class withss()initialized to the given value.Methods in software.amazon.awssdk.services.directoryservicedata.model that return types with arguments of type AttributeValue Modifier and Type Method Description Map<String,AttributeValue>CreateGroupRequest. otherAttributes()An expression that defines one or more attributes with the data type and value of each attribute.Map<String,AttributeValue>CreateUserRequest. otherAttributes()An expression that defines one or more attribute names with the data type and value of each attribute.Map<String,AttributeValue>DescribeGroupResponse. otherAttributes()The attribute values that are returned for the attribute names that are included in the request.Map<String,AttributeValue>DescribeUserResponse. otherAttributes()The attribute values that are returned for the attribute names that are included in the request.Map<String,AttributeValue>Group. otherAttributes()An expression of one or more attributes, data types, and the values of a group.Map<String,AttributeValue>UpdateGroupRequest. otherAttributes()An expression that defines one or more attributes with the data type and the value of each attribute.Map<String,AttributeValue>UpdateUserRequest. otherAttributes()An expression that defines one or more attribute names with the data type and value of each attribute.Map<String,AttributeValue>User. otherAttributes()An expression that includes one or more attributes, data types, and values of a user.Method parameters in software.amazon.awssdk.services.directoryservicedata.model with type arguments of type AttributeValue Modifier and Type Method Description CreateGroupRequest.BuilderCreateGroupRequest.Builder. otherAttributes(Map<String,AttributeValue> otherAttributes)An expression that defines one or more attributes with the data type and value of each attribute.CreateUserRequest.BuilderCreateUserRequest.Builder. otherAttributes(Map<String,AttributeValue> otherAttributes)An expression that defines one or more attribute names with the data type and value of each attribute.DescribeGroupResponse.BuilderDescribeGroupResponse.Builder. otherAttributes(Map<String,AttributeValue> otherAttributes)The attribute values that are returned for the attribute names that are included in the request.DescribeUserResponse.BuilderDescribeUserResponse.Builder. otherAttributes(Map<String,AttributeValue> otherAttributes)The attribute values that are returned for the attribute names that are included in the request.Group.BuilderGroup.Builder. otherAttributes(Map<String,AttributeValue> otherAttributes)An expression of one or more attributes, data types, and the values of a group.UpdateGroupRequest.BuilderUpdateGroupRequest.Builder. otherAttributes(Map<String,AttributeValue> otherAttributes)An expression that defines one or more attributes with the data type and the value of each attribute.UpdateUserRequest.BuilderUpdateUserRequest.Builder. otherAttributes(Map<String,AttributeValue> otherAttributes)An expression that defines one or more attribute names with the data type and value of each attribute.User.BuilderUser.Builder. otherAttributes(Map<String,AttributeValue> otherAttributes)An expression that includes one or more attributes, data types, and values of a user.
-